summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/main/AndroidManifest.xml6
2 files changed, 1 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 448bb30..42bf90d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -128,7 +128,7 @@ dependencies {
implementation project(':trackers')
- implementation 'foundation.e:privacymodule.tor:0.2.4'
+ implementation 'foundation.e:privacymodule.tor:1.2.0-orbot-16.6.2'
implementation (
Libs.Kotlin.stdlib,
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d2a824a..b5836dc 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -86,12 +86,6 @@
<category android:name="${mainActivityIntentFilterCategory}"/>
</intent-filter>
</activity>
-
- <service
- android:name="org.torproject.android.service.OrbotService"
- android:exported="false"
-
- />
</application>
</manifest> \ No newline at end of file