Update version to 1.1.8

Based Core Version to 1.2.6
hdrplus
Matthew 7 months ago
parent 1e72f8e4c4
commit 9617743566

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

Loading…
Cancel
Save