mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14637 - Fix sitePermissionsFeature breaking change + AC bump (https://github.com/mozilla-mobile/fenix/pull/16229)
* 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:
parent
f15d1054bb
commit
2d083e853a
@ -608,7 +608,9 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler,
|
||||
shouldShowRequestPermissionRationale(
|
||||
it
|
||||
)
|
||||
}),
|
||||
},
|
||||
customTabId = customTabSessionId,
|
||||
store = store),
|
||||
owner = this,
|
||||
view = view
|
||||
)
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user