Update version to 1.0.21

serial
Matthew 2 years ago
parent 94ef05c596
commit f969bfe2a2

@ -2,8 +2,8 @@ plugins {
id 'com.android.application'
}
def AppVersionName = "1.0.20"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 20
def AppVersionName = "1.0.21"
def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 21
android {
namespace 'com.xypower.mpapp'

Loading…
Cancel
Save