Update build.gradle

This commit is contained in:
xC3FFF0E 2024-04-07 01:35:28 +08:00 committed by GitHub
parent cf45630f13
commit cc92b62f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,16 +3,16 @@ plugins {
}
android {
compileSdkVersion 29
compileSdkVersion 28
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.xc3fff0e.xmanager"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 28
versionCode 210209
versionName "5.2"
versionName "5.3"
}
buildTypes {