build: increment build number

This commit is contained in:
Morgan Pretty 2023-06-08 17:38:52 +10:00
parent 026b994664
commit f0486061b1
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}
def canonicalVersionCode = 336
def canonicalVersionName = "1.16.8"
def canonicalVersionCode = 338
def canonicalVersionName = "1.16.9"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,