Handle incorrect clock setting

This commit is contained in:
Niels Andriesse
2021-07-23 14:09:27 +10:00
parent 0131bc171a
commit 118447799a
5 changed files with 22 additions and 14 deletions

View File

@@ -143,8 +143,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.2'
}
def canonicalVersionCode = 206
def canonicalVersionName = "1.11.5"
def canonicalVersionCode = 207
def canonicalVersionName = "1.11.6"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,