Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Update Android Components version to 96.0.20211125162700.
Browse files Browse the repository at this point in the history
Amejia481 committed Nov 25, 2021
1 parent 3f86a5d commit a49f80d
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ class TrackingProtectionExceptionsInteractorTest {
onResult(results)
}

override fun removeAll(activeSessions: List<EngineSession>?) {
override fun removeAll(activeSessions: List<EngineSession>?, onRemove: () -> Unit) {
removedAll = true
}

2 changes: 1 addition & 1 deletion buildSrc/src/main/java/AndroidComponents.kt
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a49f80d

Please sign in to comment.