Update version to 1.0.27

serial
BlueMatthew 2 years ago
parent f67c8857fe
commit daddd080cc

@ -2,8 +2,8 @@ plugins {
id 'com.android.application' id 'com.android.application'
} }
def AppVersionName = "1.0.25" def AppVersionName = "1.0.27"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 25 def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 27
android { android {
namespace 'com.xypower.mpapp' namespace 'com.xypower.mpapp'
@ -11,9 +11,9 @@ android {
defaultConfig { defaultConfig {
applicationId "com.xypower.mpapp" applicationId "com.xypower.mpapp"
minSdk 28 minSdk 25
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdk 28 targetSdk 25
versionCode AppVersionCode versionCode AppVersionCode
versionName AppVersionName versionName AppVersionName

Loading…
Cancel
Save