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