bug fix for android build
Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath
This commit is contained in:
parent
dec7e07979
commit
e16512996e
@ -51,6 +51,6 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.webkit:webkit:1.0.0'
|
implementation 'androidx.webkit:webkit:1.0.0'
|
||||||
implementation 'androidx.browser:browser: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'
|
implementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user