mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Update Android Components version to 68.0.20201120125142.
This commit is contained in:
parent
4f2f814bac
commit
2904ca8ac0
@ -102,9 +102,9 @@ class Analytics(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val experiments by lazyMonitored {
|
val experiments by lazyMonitored {
|
||||||
Nimbus().apply {
|
Nimbus(context, server = null).apply {
|
||||||
if (FeatureFlags.nimbusExperiments) {
|
if (FeatureFlags.nimbusExperiments) {
|
||||||
initialize(context)
|
initialize()
|
||||||
// Global opt out state is stored in Nimbus, and shouldn't be toggled to `true`
|
// Global opt out state is stored in Nimbus, and shouldn't be toggled to `true`
|
||||||
// from the app unless the user does so from a UI control.
|
// from the app unless the user does so from a UI control.
|
||||||
// However, the user may have opt-ed out of mako experiments already, so
|
// However, the user may have opt-ed out of mako experiments already, so
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
object AndroidComponents {
|
object AndroidComponents {
|
||||||
const val VERSION = "68.0.20201119190404"
|
const val VERSION = "68.0.20201120125142"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user