[tor-commits] [orbot/master] update to use tor-0.3.2.10-dev build with new tor binary method

n8fr8 at torproject.org n8fr8 at torproject.org
Sat May 12 04:50:45 UTC 2018


commit 3dc40b8adf2339e15fc3c30bf5ea13c547066d59
Author: n8fr8 <nathan at 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'
 }





More information about the tor-commits mailing list