mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] Update Android Components version to 96.0.20211125162700.
This commit is contained in:
parent
4cc4e1c67d
commit
72a0b5703c
@ -61,7 +61,7 @@ class TrackingProtectionExceptionsInteractorTest {
|
||||
onResult(results)
|
||||
}
|
||||
|
||||
override fun removeAll(activeSessions: List<EngineSession>?) {
|
||||
override fun removeAll(activeSessions: List<EngineSession>?, onRemove: () -> Unit) {
|
||||
removedAll = true
|
||||
}
|
||||
|
||||
|
@ -3,5 +3,5 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
object AndroidComponents {
|
||||
const val VERSION = "96.0.20211123190119"
|
||||
const val VERSION = "96.0.20211125162700"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user