Set version to 96.0.0.

pull/431/head
Gabriel Luong 3 years ago
parent 604f188970
commit a7afdb776c

@ -149,6 +149,7 @@ class AppRequestInterceptor(
ErrorType.ERROR_NO_INTERNET,
ErrorType.ERROR_UNKNOWN_PROTOCOL -> RiskLevel.Low
ErrorType.ERROR_HTTPS_ONLY,
ErrorType.ERROR_SECURITY_BAD_CERT,
ErrorType.ERROR_SECURITY_SSL,
ErrorType.ERROR_PORT_BLOCKED -> RiskLevel.Medium

@ -69,7 +69,6 @@ class TrackingProtectionExceptionsInteractorTest {
override fun contains(session: EngineSession, onResult: (Boolean) -> Unit) = Unit
override fun remove(session: EngineSession) = Unit
override fun remove(exception: TrackingProtectionException) = Unit
override fun restore() = Unit
}
private val exceptionsItem: (String) -> TrackingProtectionException = {
object : TrackingProtectionException {

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "96.0.20211204190107"
const val VERSION = "96.0.0"
}

Loading…
Cancel
Save