commit 2d4e2a5f6d635992fce548a427fd2a491d43b272 Author: n8fr8 nathan@guardianproject.info Date: Wed Jan 2 14:18:25 2019 -0500
update tor to 0.3.5.6-RC --- orbotservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index fb9b6946..cebbd502 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -27,7 +27,7 @@ android {
dependencies { implementation project(':jsocksAndroid') - implementation 'org.torproject:tor-android-binary:0.3.4.9' + implementation 'org.torproject:tor-android-binary:0.3.5.6-rc' implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.jrummyapps:android-shell:1.0.1' implementation fileTree(dir: 'libs', include: ['.so'])