Update version to 1.0.190

Based Core Version to 1.1.54
hdrplus
Matthew 11 months ago
parent 6b35df2358
commit 2ee27a4a43

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

Loading…
Cancel
Save