Update Android Components version to 68.0.20201120125142.

upstream-sync
MickeyMoz 4 years ago committed by mergify[bot]
parent 4f2f814bac
commit 2904ca8ac0

@ -102,9 +102,9 @@ class Analytics(
}
val experiments by lazyMonitored {
Nimbus().apply {
Nimbus(context, server = null).apply {
if (FeatureFlags.nimbusExperiments) {
initialize(context)
initialize()
// 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.
// 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/. */
object AndroidComponents {
const val VERSION = "68.0.20201119190404"
const val VERSION = "68.0.20201120125142"
}

Loading…
Cancel
Save