Skip to content

Commit bd5722a

Browse files
MickeyMozrvandermeulen
authored andcommitted
Update Android Components version to 143.0.20250807210829.
1 parent 1cb8f12 commit bd5722a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/src/main/java/org/mozilla/reference/browser/downloads/DownloadService.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ package org.mozilla.reference.browser.downloads
66

77
import mozilla.components.browser.state.store.BrowserStore
88
import mozilla.components.feature.downloads.AbstractFetchDownloadService
9+
import mozilla.components.feature.downloads.DefaultPackageNameProvider
910
import mozilla.components.feature.downloads.DownloadEstimator
1011
import mozilla.components.feature.downloads.FileSizeFormatter
12+
import mozilla.components.feature.downloads.PackageNameProvider
1113
import mozilla.components.support.base.android.NotificationsDelegate
1214
import org.mozilla.reference.browser.ext.components
1315

@@ -17,4 +19,5 @@ class DownloadService : AbstractFetchDownloadService() {
1719
override val notificationsDelegate: NotificationsDelegate by lazy { components.notificationsDelegate }
1820
override val fileSizeFormatter: FileSizeFormatter by lazy { components.fileSizeFormatter }
1921
override val downloadEstimator: DownloadEstimator by lazy { components.downloadEstimator }
22+
override val packageNameProvider: PackageNameProvider by lazy { DefaultPackageNameProvider(applicationContext) }
2023
}

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.20250807093834"
3+
android-components = "143.0.20250807210829"
44

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

0 commit comments

Comments
 (0)