Update version to 1.0.22

serial
Matthew 2 years ago
parent e01802dab9
commit 03a6999161

@ -2,8 +2,8 @@ plugins {
id 'com.android.application'
}
def AppVersionName = "1.0.21"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 21
def AppVersionName = "1.0.22"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 22
android {
namespace 'com.xypower.mpapp'
@ -36,6 +36,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
jniDebuggable true
}
}
sourceSets {

Loading…
Cancel
Save