commit 8fd0bd07e1037e3efa20125683589fc44a333680 Author: n8fr8 nathan@freitas.net Date: Wed Jan 3 22:57:24 2018 -0500
update tor-android to 0.3.19b (updated geoip databases) --- orbotservice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 7762b21b..d950d865 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -28,7 +28,7 @@ android {
dependencies { compile project(':jsocksAndroid') - compile 'org.torproject:tor-android-binary:0.3.1.9a' + compile 'org.torproject:tor-android-binary:0.3.1.9b' compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.jrummyapps:android-shell:1.0.1' compile fileTree(dir: 'libs', include: ['*.jar','*.so'])