Update version to 1.2.38

Based Core Version to 1.3.37
nx2024
Matthew 2 months ago
parent 0211afe8ec
commit 3e93d3be50

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

Loading…
Cancel
Save