commit 6bc161b677a5f43b1d5dd96f90ed7ec260efd274 Author: n8fr8 nathan@freitas.net Date: Thu Sep 13 12:55:43 2018 -0400
update to Tor 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 c4729bd7..1c9cda0f 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.7-rc' + implementation 'org.torproject:tor-android-binary:0.3.4.8' implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.jrummyapps:android-shell:1.0.1' implementation fileTree(dir: 'libs', include: ['.so'])
tor-commits@lists.torproject.org