update binaries and version to tor 0.3.1.9

This commit is contained in:
n8fr8 2017-12-01 22:39:45 +05:30
parent ae5420426d
commit fc10fb1a9e
6 changed files with 4 additions and 4 deletions

2
external/tor vendored

@ -1 +1 @@
Subproject commit ad5027f7dc790624353ecd57796f572d5b55fa4c
Subproject commit 727d3f1b5e6eeda721339151e3cd49ffa7efbb29

View File

@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 319
versionName "0.3.1.9"
}
buildTypes {
@ -42,7 +42,7 @@ uploadArchives {
pom.project {
groupId 'org.torproject'
artifactId 'tor-android-binary'
version "0.3.1"
version "0.3.1.9"
}
}
}