summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-11 16:31:30 +0200
committercyBerta <cyberta@riseup.net>2021-07-21 22:02:28 +0200
commit6a3b5094cbc347bc9119214f8ea074ce53452cdb (patch)
tree099228d5b3b66f9b73a8335bd7b6218b8587a73f /app/build.gradle
parent4f082c60a4ae5015d9624c4d6c8385484e7168a1 (diff)
inject IPtProxy in TorService
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 87c28be2..e436df38 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -250,6 +250,7 @@ android {
]
jniLibs.srcDirs = ['../ics-openvpn/main/build/intermediates/cmake/skeletonRelease/obj/']
jni.srcDirs = [] //disable automatic ndk-build
+
}
debug {
assets.srcDirs = ['src/debug/assets',
@@ -391,8 +392,11 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
- implementation 'info.guardianproject:tor-android:0.4.5.7'
- implementation 'info.guardianproject:jtorctl:0.4.5.7'
+
+
+ //implementation 'info.guardianproject:tor-android:0.4.5.7'
+ //implementation 'info.guardianproject:jtorctl:0.4.5.7'
+ implementation project(path: ':tor-android:tor-android-binary')
fatwebImplementation project(path: ':lib-bitmask-core-web')
fatImplementation project(path: ':lib-bitmask-core')