Update version to 1.2.41

Based Core Version to 1.3.37
nx2024
Matthew 2 months ago
parent 003123165b
commit 334a649124

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

Loading…
Cancel
Save