Update version to 1.0.38

serial
BlueMatthew 1 year ago
parent 6e3105b0f8
commit 5f27489e63

@ -4,7 +4,7 @@ plugins {
def AppMajorVersion = 1 def AppMajorVersion = 1
def AppMinorVersion = 0 def AppMinorVersion = 0
def AppBuildNumber = 37 def AppBuildNumber = 38
def AppVersionName = AppMajorVersion + "." + AppMinorVersion + "." + AppBuildNumber def AppVersionName = AppMajorVersion + "." + AppMinorVersion + "." + AppBuildNumber
def AppVersionCode = AppMajorVersion * 100000 + AppMinorVersion * 1000 + AppBuildNumber def AppVersionCode = AppMajorVersion * 100000 + AppMinorVersion * 1000 + AppBuildNumber
@ -44,6 +44,7 @@ android {
} }
debug { debug {
jniDebuggable true jniDebuggable true
testCoverageEnabled false
} }
} }

Loading…
Cancel
Save