|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|