File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/src/main/java/org/mozilla/reference/browser Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import mozilla.components.support.webextensions.WebExtensionSupport
2424import org.mozilla.reference.browser.push.PushFxaIntegration
2525import org.mozilla.reference.browser.push.WebPushEngineIntegration
2626import java.util.concurrent.TimeUnit
27+ import mozilla.components.support.AppServicesInitializer.Config as AppServicesConfig
2728
2829open class BrowserApplication : Application () {
2930 val components by lazy { Components (this ) }
@@ -33,7 +34,9 @@ open class BrowserApplication : Application() {
3334
3435 setupCrashReporting(this )
3536
36- AppServicesInitializer .init (components.analytics.crashReporter)
37+ AppServicesInitializer .init (
38+ AppServicesConfig (components.analytics.crashReporter),
39+ )
3740 RustHttpConfig .setClient(lazy { components.core.client })
3841
3942 Log .addSink(AndroidLogSink ())
Original file line number Diff line number Diff line change 11[versions ]
22# Android Components
3- android-components = " 145.0.20250923215832 "
3+ android-components = " 145.0.20250924094045 "
44
55# AGP
66android-gradle-plugin = " 8.13.0"
You can’t perform that action at this time.
0 commit comments