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:
cinos 2019-04-25 17:31:04 +08:00 committed by GitHub
parent dec7e07979
commit e16512996e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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