update library to version 34700

This commit is contained in:
n8fr8 2018-09-05 21:34:25 -04:00
parent e97d5a1016
commit b0e2d4e63b
2 changed files with 4 additions and 4 deletions

2
external/openssl vendored

@ -1 +1 @@
Subproject commit 3ce7bc40a3c48da1c96c2d04c10045bd797c6aa3 Subproject commit e71ebf275da66dfd601c92e0e80a35114c32f6f8

View File

@ -15,8 +15,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 32101 versionCode 34700
versionName "0.3.2.10-dev" versionName "0.3.4.7-rc"
} }
buildTypes { buildTypes {
@ -40,7 +40,7 @@ uploadArchives {
pom.project { pom.project {
groupId 'org.torproject' groupId 'org.torproject'
artifactId 'tor-android-binary' artifactId 'tor-android-binary'
version "0.3.3.5-rc-3" version "0.3.4.7-rc"
} }
} }
} }