For #14637 - Fix sitePermissionsFeature breaking change + AC bump (#16229)

* For #14637 - Compatibility patch for AC - 8554

* Update Android Components version to 65.0.20201029143039

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
upstream-sync
Codrut Topliceanu 4 years ago committed by GitHub
parent e21c81a0dd
commit 975a5b76ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save