Update version to 1.0.23

serial
Matthew 2 years ago
parent 53cd8cc707
commit c9595c4a9c

@ -2,8 +2,8 @@ plugins {
id 'com.android.application'
}
def AppVersionName = "1.0.22"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 22
def AppVersionName = "1.0.23"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 23
android {
namespace 'com.xypower.mpapp'

Loading…
Cancel
Save