Commit e1651299 authored by cinos's avatar cinos Committed by GitHub

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
parent dec7e079
......@@ -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'
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment