commit 6f364de26c4fb22d79ef4212d80f1306795c36d7 Author: n8fr8 nathan@freitas.net Date: Sun Dec 3 15:10:25 2017 +0530
use the new tor-android gradle dependency https://github.com/n8fr8/tor-android --- build.gradle | 3 +++ orbotservice/build.gradle | 1 + 2 files changed, 4 insertions(+)
diff --git a/build.gradle b/build.gradle index 85852420..42b17638 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,7 @@ buildscript { repositories { jcenter() + google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' @@ -11,5 +12,7 @@ buildscript { allprojects { repositories { jcenter() + maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" } + google() } } diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 82a6aa78..fa89fa22 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -28,6 +28,7 @@ android {
dependencies { compile project(':jsocksAndroid') + compile 'org.torproject:tor-android-binary:0.3.1.9' compile 'com.android.support:appcompat-v7:25.0.0' compile 'com.jrummyapps:android-shell:1.0.1' compile fileTree(dir: 'libs', include: ['*.jar','*.so'])
tor-commits@lists.torproject.org