diff --git a/android/build.gradle b/android/build.gradle index f1b54ece7..2933abdfa 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,6 +51,6 @@ android { dependencies { implementation 'androidx.webkit:webkit:1.0.0' implementation 'androidx.browser:browser:1.0.0' - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.squareup.okhttp3:mockwebserver:3.11.0' }