build: increment build number

This commit is contained in:
Morgan Pretty 2023-06-06 09:30:43 +10:00
parent 31608111b3
commit 6edf0d46f8
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 = 335
def canonicalVersionName = "1.16.7"
def canonicalVersionCode = 336
def canonicalVersionName = "1.16.8"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,