diff options
author | ByteHamster <info@bytehamster.com> | 2020-09-18 23:11:38 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-09-18 23:11:38 +0200 |
commit | b75c05cca1f9074ac51f4c12dbad5ac118c6d222 (patch) | |
tree | 2b821a694365d7ef3c7f1b1b131d3503e138e4d4 | |
parent | 06315821d52d6b66d4c3c0adeac16ee627bfe782 (diff) | |
download | AntennaPod-b75c05cca1f9074ac51f4c12dbad5ac118c6d222.zip |
Upgraded AppCompat to fix WebView crashes
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0a5695377..01af13b4e 100644 --- a/build.gradle +++ b/build.gradle @@ -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" |