Skip to content

Commit 1c4f2b2

Browse files
MickeyMozmergify[bot]
authored andcommitted
Update Android Components version to 143.0.20250728093414.
1 parent 87ed94b commit 1c4f2b2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ dependencies {
343343

344344
androidTestImplementation libs.androidx.test.espresso.core
345345
androidTestImplementation libs.androidx.test.espresso.idling.resources
346+
constraints {
347+
implementation(libs.androidx.test.monitor)
348+
}
346349
androidTestImplementation libs.androidx.test.monitor
347350
androidTestImplementation libs.androidx.test.rules
348351
androidTestImplementation libs.androidx.test.runner

app/src/main/java/org/mozilla/reference/browser/push/PushFxaIntegration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import mozilla.components.feature.accounts.push.SendTabFeature
1616
import mozilla.components.feature.push.AutoPushFeature
1717
import mozilla.components.feature.push.PushScope
1818
import mozilla.components.service.fxa.manager.FxaAccountManager
19-
import mozilla.components.service.fxa.manager.ext.withConstellation
19+
import mozilla.components.service.fxa.manager.ext.withConstellationIfExists
2020
import org.mozilla.reference.browser.components.BackgroundServices
2121
import org.mozilla.reference.browser.components.Push
2222

@@ -122,7 +122,7 @@ internal class OneTimeMessageDeliveryObserver(
122122
authType: AuthType,
123123
) {
124124
MainScope().launch {
125-
lazyAccount.value.withConstellation {
125+
lazyAccount.value.withConstellationIfExists {
126126
processRawEvent(String(message))
127127
}
128128

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 = "143.0.20250724212906"
3+
android-components = "143.0.20250728093414"
44

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

0 commit comments

Comments
 (0)