Update version to 1.2.12

Based Core Version to 1.3.12
nx2024
Matthew 4 months ago
parent 5a126a9fe4
commit 6d9a947002

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

Loading…
Cancel
Save