From fe1d69a5baa45654675867d81d91cbe5efb51b44 Mon Sep 17 00:00:00 2001 From: Andrei Diaconu Date: Wed, 29 Jul 2020 13:37:41 +0300 Subject: [PATCH] Upgraded appcompat to 1.2.0-rc-02 This should solve issue with appcompat webview reported here: https://issuetracker.google.com/issues/141132133 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b93d2876..4602a649 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { dependencies { implementation 'androidx.webkit:webkit:1.2.0' implementation 'androidx.browser:browser:1.2.0' - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.2.0-rc02' implementation 'com.squareup.okhttp3:mockwebserver:3.11.0' } }