commit 66783998a2cce93178c8d16f9e91935fcf119ee1 Author: n8fr8 nathan@freitas.net Date: Sat Apr 21 23:28:58 2018 -0400
update dependency command --- orbotservice/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 793d088d..c5e113fe 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -27,10 +27,10 @@ android { }
dependencies { - compile project(':jsocksAndroid') - compile 'org.torproject:tor-android-binary:0.3.1.9b' - compile 'com.android.support:appcompat-v7:27.1.1' - compile 'com.jrummyapps:android-shell:1.0.1' - compile fileTree(dir: 'libs', include: ['*.jar','*.so']) - testCompile 'junit:junit:4.12' + implementation project(':jsocksAndroid') + implementation 'org.torproject:tor-android-binary:0.3.2.10' + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.jrummyapps:android-shell:1.0.1' + implementation fileTree(dir: 'libs', include: ['*.jar','*.so']) + testImplementation 'junit:junit:4.12' }
tor-commits@lists.torproject.org