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' } }