update gradle build to 3191 0.3.1.9b

update geoip files (fixes issue with install on some devices)
ensure tor binaries are updated to 0.3.1.9
This commit is contained in:
n8fr8 2018-01-03 22:51:22 -05:00
parent b4cdbff06b
commit 57ba718e75
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 319 versionCode 3191
versionName "0.3.1.9" versionName "0.3.1.9b"
} }
buildTypes { buildTypes {