build: bump the version number

This commit is contained in:
Harris 2021-09-21 14:51:58 +10:00
parent b3a850a876
commit 5a290ddf68
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}
def canonicalVersionCode = 221
def canonicalVersionName = "1.11.9"
def canonicalVersionCode = 222
def canonicalVersionName = "1.11.10"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,