diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-11-02 06:13:48 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-11-02 06:13:48 +0000 |
commit | 9701ef06a47560ca429f1e7fffd0958b376ec628 (patch) | |
tree | 31d0fab44eb95b4b8b02fec02915a05311974557 | |
parent | 7c41d557a3523abc202b0d0a09835f79a85c1947 (diff) | |
parent | 903062ba1440f62b25beb7173ba95dae5299dcba (diff) |
Merge branch '5651-orbot_16_6_2_fix_stop' into 'main'
5651: fix stop tor and apply per app config with orbot 16.6.2
See merge request e/os/advanced-privacy!101
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 42bf90d..d4d6a51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation project(':trackers') - implementation 'foundation.e:privacymodule.tor:1.2.0-orbot-16.6.2' + implementation 'foundation.e:privacymodule.tor:1.3.0-orbot-16.6.2' implementation ( Libs.Kotlin.stdlib, |