mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
Upgrade to Android Components 75.0.20210413143139
This commit is contained in:
parent
cb60461bdd
commit
72230377f4
@ -35,6 +35,7 @@ import mozilla.components.feature.downloads.DownloadMiddleware
|
|||||||
import mozilla.components.feature.logins.exceptions.LoginExceptionStorage
|
import mozilla.components.feature.logins.exceptions.LoginExceptionStorage
|
||||||
import mozilla.components.feature.media.MediaSessionFeature
|
import mozilla.components.feature.media.MediaSessionFeature
|
||||||
import mozilla.components.feature.media.middleware.RecordingDevicesMiddleware
|
import mozilla.components.feature.media.middleware.RecordingDevicesMiddleware
|
||||||
|
import mozilla.components.feature.prompts.PromptMiddleware
|
||||||
import mozilla.components.feature.pwa.ManifestStorage
|
import mozilla.components.feature.pwa.ManifestStorage
|
||||||
import mozilla.components.feature.pwa.WebAppShortcutManager
|
import mozilla.components.feature.pwa.WebAppShortcutManager
|
||||||
import mozilla.components.feature.readerview.ReaderViewMiddleware
|
import mozilla.components.feature.readerview.ReaderViewMiddleware
|
||||||
@ -194,7 +195,8 @@ class Core(
|
|||||||
additionalBundledSearchEngineIds = listOf("reddit", "youtube"),
|
additionalBundledSearchEngineIds = listOf("reddit", "youtube"),
|
||||||
migration = SearchMigration(context)
|
migration = SearchMigration(context)
|
||||||
),
|
),
|
||||||
RecordingDevicesMiddleware(context)
|
RecordingDevicesMiddleware(context),
|
||||||
|
PromptMiddleware()
|
||||||
)
|
)
|
||||||
|
|
||||||
BrowserStore(
|
BrowserStore(
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
object AndroidComponents {
|
object AndroidComponents {
|
||||||
const val VERSION = "75.0.20210412143103"
|
const val VERSION = "75.0.20210413143139"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user