Update versin to 1.0.24

serial
Matthew 2 years ago
parent cfa688c26c
commit a36148d5ae

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

Loading…
Cancel
Save