diff --git a/app/build.gradle b/app/build.gradle index 2799324..774371d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {