From db90cd6f3257c23270547994b3ce93f37bf03afe Mon Sep 17 00:00:00 2001
From: Guillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com>
Date: Fri, 26 Aug 2022 10:38:31 +0200
Subject: 5651 - upgrade to orbot 16.6.2-RC4

---
 app/build.gradle                 | 2 +-
 app/src/main/AndroidManifest.xml | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

(limited to 'app')

diff --git a/app/build.gradle b/app/build.gradle
index 3db8319..fdb8684 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -133,7 +133,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
-- 
cgit v1.2.1