Update version to 1.0.27

serial
BlueMatthew 2 years ago
parent f67c8857fe
commit daddd080cc

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

Loading…
Cancel
Save