build: update version number

This commit is contained in:
jubb 2022-04-01 15:43:04 +11:00
parent 413e65e905
commit 6ab6dc6add
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}
def canonicalVersionCode = 262
def canonicalVersionName = "1.12.5"
def canonicalVersionCode = 263
def canonicalVersionName = "1.12.6"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,