Update version to 1.0.28

serial
BlueMatthew 2 years ago
parent e7165ee2a6
commit 7fe286ef7b

@ -2,8 +2,8 @@ plugins {
id 'com.android.application' id 'com.android.application'
} }
def AppVersionName = "1.0.27" def AppVersionName = "1.0.28"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 27 def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 28
android { android {
namespace 'com.xypower.mpapp' namespace 'com.xypower.mpapp'

Loading…
Cancel
Save