2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] Update Android Components version to 71.0.20210108190105

This commit is contained in:
Christian Sadilek 2021-01-08 15:11:50 -05:00
parent 6deab13155
commit 3e346542f4
2 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler,
appLinksFeature.set(
feature = AppLinksFeature(
context,
sessionManager = sessionManager,
store = store,
sessionId = customTabSessionId,
fragmentManager = parentFragmentManager,
launchInApp = { context.settings().openLinksInExternalApp },

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "71.0.20210107190115"
const val VERSION = "71.0.20210108190105"
}