Upgraded appcompat to 1.2.0-rc-02

This should solve issue with appcompat webview reported here: https://issuetracker.google.com/issues/141132133
This commit is contained in:
Andrei Diaconu 2020-07-29 13:37:41 +03:00 committed by GitHub
parent 56e0f30928
commit fe1d69a5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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