Update version to 1.0.30

serial
BlueMatthew 2 years ago
parent 40fee8f988
commit 5386d56b14

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

Loading…
Cancel
Save