diff --git a/app/build.gradle b/app/build.gradle index 153ddf2c..bd563b43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.25" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 25 +def AppVersionName = "1.0.27" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 27 android { namespace 'com.xypower.mpapp' @@ -11,9 +11,9 @@ android { defaultConfig { applicationId "com.xypower.mpapp" - minSdk 28 + minSdk 25 //noinspection ExpiredTargetSdkVersion - targetSdk 28 + targetSdk 25 versionCode AppVersionCode versionName AppVersionName