Update version to 1.0.29

serial
BlueMatthew 2 years ago
parent 5ed8465c02
commit 4ff8ff91dc

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

Loading…
Cancel
Save