commit a7130ab4f44540f121d7932273b04f85dd4902b4 Author: n8fr8 nathan@freitas.net Date: Fri Oct 12 16:14:02 2018 -0400
update to latest tor android 0.3.4.8 --- orbotservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 1c9cda0f..8606d49d 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.8' + implementation 'org.torproject:tor-android-binary:0.3.4.8-2' implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.jrummyapps:android-shell:1.0.1' implementation fileTree(dir: 'libs', include: ['.so'])