mirror of
https://github.com/Team-xManager/xManager.git
synced 2025-02-07 00:11:40 +01:00
Update build.gradle
This commit is contained in:
parent
cf45630f13
commit
cc92b62f78
@ -3,16 +3,16 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 28
|
||||||
|
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.xc3fff0e.xmanager"
|
applicationId "com.xc3fff0e.xmanager"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 28
|
||||||
versionCode 210209
|
versionCode 210209
|
||||||
versionName "5.2"
|
versionName "5.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user