Update version to 1.2.31

Based Core Version to 1.3.28
nx2024
Matthew 3 months ago
parent ef8796cc52
commit 21beafde98

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

Loading…
Cancel
Save