update tor to 0.3.2.10, OpenSSL to 1.0.2o and libevent to latest 2.0.* branch
This commit is contained in:
parent
d43fbf96b9
commit
97990103aa
|
@ -1 +1 @@
|
|||
Subproject commit c51b159cff9f5e86696f5b9a4c6f517276056258
|
||||
Subproject commit 90ae4c5013032158bafad41279823d90eec4d206
|
|
@ -1 +1 @@
|
|||
Subproject commit 081314d07705aa58912845c213a48414d8f616a9
|
||||
Subproject commit 3ce7bc40a3c48da1c96c2d04c10045bd797c6aa3
|
|
@ -1 +1 @@
|
|||
Subproject commit 727d3f1b5e6eeda721339151e3cd49ffa7efbb29
|
||||
Subproject commit 31cc63deb69db819ed55aca406ebaaa52500730e
|
|
@ -14,8 +14,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 3191
|
||||
versionName "0.3.1.9b"
|
||||
versionCode 3210
|
||||
versionName "0.3.2.10"
|
||||
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -26,7 +26,6 @@ public interface TorServiceConstants {
|
|||
|
||||
int FILE_WRITE_BUFFER_SIZE = 1024;
|
||||
|
||||
String BINARY_TOR_VERSION = "0.3.1.9-openssl1.0.2k";
|
||||
|
||||
String BINARY_TOR_VERSION = "0.3.2.10-openssl1.0.2o";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue