2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
* For https://github.com/mozilla-mobile/fenix/issues/14637 - Compatibility patch for AC - 8554

* Update Android Components version to 65.0.20201029143039

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
This commit is contained in:
Codrut Topliceanu 2020-10-30 01:08:31 +02:00 committed by GitHub
parent f15d1054bb
commit 2d083e853a
2 changed files with 4 additions and 2 deletions

View File

@ -608,7 +608,9 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler,
shouldShowRequestPermissionRationale(
it
)
}),
},
customTabId = customTabSessionId,
store = store),
owner = this,
view = view
)

View File

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