Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5933c601 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Merge branch '6669-update_orbot_16_6_3' into 'main'

6669: update orbotservice to orbot version 16.6.3#RC1

See merge request !115
parents 110d1cbf d6ad1050
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ dependencies {

    implementation project(':trackers')

    implementation 'foundation.e:privacymodule.tor:1.7.0-orbot-16.6.2'
    implementation 'foundation.e:privacymodule.tor:1.10.0-orbot-16.6.3-1'

    implementation 'foundation.e:elib:0.0.1-alpha11'

+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ class IpScramblingStateUseCase(

    fun toggle(hideIp: Boolean) {
        localStateRepository.setIpScramblingSetting(enabled = hideIp)
        applySettings(hideIp)
    }

    private fun getHiddenPackageNames(): List<String> {