diff options
author | cyBerta <cyberta@riseup.net> | 2021-06-23 03:27:17 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-07-21 22:02:24 +0200 |
commit | fe6a0e47121d17d08c7d913f1db086687a569446 (patch) | |
tree | 0b37235a33c490647f6222d5f1cd6072abc34506 /app/build.gradle | |
parent | 571c0479f7400e56cfdb27408160d8a816cc8610 (diff) |
initial tor-integration to circumvent blocking attempts of the provider api
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index f1331e12..7f4f667e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -391,6 +391,9 @@ 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' + fatwebImplementation project(path: ':bitmask-web-core') fatImplementation project(path: ':bitmask-core') x86Implementation project(path: ':bitmask-core') |