Fix upgrading from a build prior to cert pinning support

This commit is contained in:
Cameron Gutman
2019-07-16 20:08:41 -07:00
parent a1c659b7b8
commit dc97adc7a1
2 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionName "7.4"
versionCode = 195
versionName "8.0"
versionCode = 196
}
flavorDimensions "root"