2
0
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:
Arturo Mejia 2021-11-25 13:06:41 -05:00
parent 4cc4e1c67d
commit 72a0b5703c
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class TrackingProtectionExceptionsInteractorTest {
onResult(results)
}
override fun removeAll(activeSessions: List<EngineSession>?) {
override fun removeAll(activeSessions: List<EngineSession>?, onRemove: () -> Unit) {
removedAll = true
}

View File

@ -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"
}