Merge pull request #4432 from ByteHamster/upgrade-appcompat
Upgraded AppCompat to fix WebView crashes
This commit is contained in:
commit
571ebea12e
|
@ -48,7 +48,7 @@ project.ext {
|
||||||
|
|
||||||
// AndroidX
|
// AndroidX
|
||||||
annotationVersion = "1.1.0"
|
annotationVersion = "1.1.0"
|
||||||
appcompatVersion = "1.1.0"
|
appcompatVersion = "1.2.0"
|
||||||
mediaVersion = "1.1.0"
|
mediaVersion = "1.1.0"
|
||||||
preferenceVersion = "1.1.1"
|
preferenceVersion = "1.1.1"
|
||||||
workManagerVersion = "2.3.4"
|
workManagerVersion = "2.3.4"
|
||||||
|
|
Loading…
Reference in New Issue