[fenix] Update Android Components version to 96.0.20211125162700.

pull/600/head
Arturo Mejia 3 years ago
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…
Cancel
Save