Update version to 1.0.72

serial
BlueMatthew 1 year ago
parent 796c5d8c7b
commit 49816c03a9

@ -5,7 +5,7 @@ plugins {
// 10,00,000 major-minor-build
def AppMajorVersion = 1
def AppMinorVersion = 0
def AppBuildNumber = 71
def AppBuildNumber = 72
def AppVersionName = AppMajorVersion + "." + AppMinorVersion + "." + AppBuildNumber
def AppVersionCode = AppMajorVersion * 100000 + AppMinorVersion * 1000 + AppBuildNumber

Loading…
Cancel
Save