Skip to content

Commit bfa17b8

Browse files
MickeyMozjonalmeida
authored andcommitted
Update Android Components version to 145.0.20250924094045.
1 parent e28c1e2 commit bfa17b8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/src/main/java/org/mozilla/reference/browser/BrowserApplication.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import mozilla.components.support.webextensions.WebExtensionSupport
2424
import org.mozilla.reference.browser.push.PushFxaIntegration
2525
import org.mozilla.reference.browser.push.WebPushEngineIntegration
2626
import java.util.concurrent.TimeUnit
27+
import mozilla.components.support.AppServicesInitializer.Config as AppServicesConfig
2728

2829
open 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())

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Android Components
3-
android-components = "145.0.20250923215832"
3+
android-components = "145.0.20250924094045"
44

55
# AGP
66
android-gradle-plugin = "8.13.0"

0 commit comments

Comments
 (0)