Update version to 1.0.19

serial
Matthew 2 years ago
parent 16b18108a3
commit 0659272bf5

@ -2,8 +2,8 @@ plugins {
id 'com.android.application'
}
def AppVersionName = "1.0.18"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 18
def AppVersionName = "1.0.19"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 19
android {
namespace 'com.xypower.mpapp'

Loading…
Cancel
Save