Upgraded AppCompat to fix WebView crashes

This commit is contained in:
ByteHamster 2020-09-18 23:11:38 +02:00
parent 06315821d5
commit b75c05cca1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ project.ext {
// AndroidX
annotationVersion = "1.1.0"
appcompatVersion = "1.1.0"
appcompatVersion = "1.2.0"
mediaVersion = "1.1.0"
preferenceVersion = "1.1.1"
workManagerVersion = "2.3.4"