Fix webview crash in lollipop

This commit is contained in:
Shinokuni 2020-07-28 14:09:27 +02:00
parent 323bf976d7
commit 1695c3baf6
3 changed files with 1 additions and 3 deletions

View File

@ -46,7 +46,6 @@ dependencies {
implementation "androidx.core:core-ktx:1.2.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'

View File

@ -56,7 +56,6 @@ dependencies {
implementation project(':api')
implementation project(':db')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.palette:palette:1.0.0'

View File

@ -53,7 +53,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
api 'androidx.appcompat:appcompat:1.2.0-rc02'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'