Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
378e68f3
Commit
378e68f3
authored
Feb 04, 2021
by
MickeyMoz
Committed by
Sebastian Kaspari
Feb 04, 2021
Browse files
Update Android Components version to 73.0.20210204143136.
parent
93696659
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/components/Core.kt
View file @
378e68f3
...
...
@@ -18,7 +18,6 @@ import mozilla.components.browser.session.Session
import
mozilla.components.browser.session.SessionManager
import
mozilla.components.browser.session.engine.EngineMiddleware
import
mozilla.components.browser.session.storage.SessionStorage
import
mozilla.components.browser.session.undo.UndoMiddleware
import
mozilla.components.browser.state.state.BrowserState
import
mozilla.components.browser.state.store.BrowserStore
import
mozilla.components.browser.storage.sync.PlacesBookmarksStorage
...
...
@@ -44,6 +43,8 @@ import mozilla.components.feature.recentlyclosed.RecentlyClosedMiddleware
import
mozilla.components.feature.search.middleware.SearchMiddleware
import
mozilla.components.feature.search.region.RegionMiddleware
import
mozilla.components.feature.session.HistoryDelegate
import
mozilla.components.feature.session.middleware.LastAccessMiddleware
import
mozilla.components.feature.session.middleware.undo.UndoMiddleware
import
mozilla.components.feature.top.sites.DefaultTopSitesStorage
import
mozilla.components.feature.top.sites.PinnedSiteStorage
import
mozilla.components.feature.webcompat.WebCompatFeature
...
...
@@ -178,6 +179,7 @@ class Core(
val
store
by
lazyMonitored
{
val
middlewareList
=
mutableListOf
(
LastAccessMiddleware
(),
RecentlyClosedMiddleware
(
context
,
RECENTLY_CLOSED_MAX
,
engine
),
DownloadMiddleware
(
context
,
DownloadService
::
class
.
java
),
ReaderViewMiddleware
(),
...
...
buildSrc/src/main/java/AndroidComponents.kt
View file @
378e68f3
...
...
@@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object
AndroidComponents
{
const
val
VERSION
=
"73.0.2021020
3
1431
22
"
const
val
VERSION
=
"73.0.2021020
4
1431
36
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment