mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Merge https://github.com/mozilla-mobile/fenix/pull/6015
6015: For https://github.com/mozilla-mobile/fenix/issues/5991 - Downgrade RecyclerView version to fix a11y crash r=sblatz a=ekager Co-authored-by: ekager <emilykager@gmail.com>
This commit is contained in:
commit
6a85b7361e
@ -26,7 +26,7 @@ object Versions {
|
||||
const val androidx_lifecycle = "2.2.0-beta01"
|
||||
const val androidx_fragment = "1.2.0-beta02"
|
||||
const val androidx_navigation = "2.2.0-beta01"
|
||||
const val androidx_recyclerview = "1.1.0-beta05"
|
||||
const val androidx_recyclerview = "1.1.0-beta04"
|
||||
const val androidx_testing = "1.2.1-alpha02"
|
||||
const val androidx_test_ext = "1.0.0"
|
||||
const val androidx_core = "1.2.0-beta01"
|
||||
|
Loading…
Reference in New Issue
Block a user