Merge pull request #4432 from ByteHamster/upgrade-appcompat

Upgraded AppCompat to fix WebView crashes
This commit is contained in:
H. Lehmann 2020-09-19 11:22:58 +02:00 committed by GitHub
commit 571ebea12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"