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

View File

@ -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 {