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

Commit d6ad1050 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

6669: update orbotservice to orbot version 16.6.3#RC1

parent 110d1cbf
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> {