Merge pull request #465 from andreidiaconu/appcompat-webview-bugfix
Upgraded appcompat to 1.2.0-rc-02
This commit is contained in:
commit
ad29d3fdb3
|
@ -47,7 +47,7 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.webkit:webkit:1.2.0'
|
implementation 'androidx.webkit:webkit:1.2.0'
|
||||||
implementation 'androidx.browser:browser: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'
|
implementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue