summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-09-19 11:22:58 +0200
committerGitHub <noreply@github.com>2020-09-19 11:22:58 +0200
commit571ebea12eb26fd9f5cd78e96794cd16f989e4ce (patch)
treeeee8399a47e6aa4778cfc345531edbf60b10f912
parentdc454b93739b4e004ca7d2bcdb59967d4b720d98 (diff)
parentb75c05cca1f9074ac51f4c12dbad5ac118c6d222 (diff)
downloadAntennaPod-571ebea12eb26fd9f5cd78e96794cd16f989e4ce.zip
Merge pull request #4432 from ByteHamster/upgrade-appcompat
Upgraded AppCompat to fix WebView crashes
-rw-r--r--build.gradle2
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"