commit 3dc40b8adf2339e15fc3c30bf5ea13c547066d59 Author: n8fr8 nathan@freitas.net Date: Wed May 9 13:31:13 2018 -0400
update to use tor-0.3.2.10-dev build with new tor binary method --- orbotservice/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index c5e113fe..d5e6d5a3 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -7,7 +7,6 @@ android { sourceSets { main { jni.srcDirs = [] - } }
@@ -28,9 +27,9 @@ android {
dependencies { implementation project(':jsocksAndroid') - implementation 'org.torproject:tor-android-binary:0.3.2.10' + implementation 'org.torproject:tor-android-binary:0.3.2.10-dev' implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.jrummyapps:android-shell:1.0.1' - implementation fileTree(dir: 'libs', include: ['*.jar','*.so']) + implementation fileTree(dir: 'libs', include: ['.so']) testImplementation 'junit:junit:4.12' }
tor-commits@lists.torproject.org