Update version to 1.0.15

serial
Matthew 2 years ago
parent 6279917cfd
commit fb4f684724

@ -2,8 +2,8 @@ plugins {
id 'com.android.application' id 'com.android.application'
} }
def AppVersionName = "1.0.14" def AppVersionName = "1.0.15"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 14 def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 15
android { android {
namespace 'com.xypower.mpapp' namespace 'com.xypower.mpapp'

Loading…
Cancel
Save