build: build numbers and version name update

This commit is contained in:
Harris 2021-11-19 16:13:22 +11:00
parent 6100111b3b
commit 51e7109649
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}
def canonicalVersionCode = 233
def canonicalVersionName = "1.12.0-ALPHA"
def canonicalVersionCode = 234
def canonicalVersionName = "1.12.0-ALPHA2"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,