forked from organicmaps/organicmaps
[android] Updated appcompat library to fix the crash in webview in PP on Lollipop devices
This commit is contained in:
parent
cb6f3159fd
commit
c842f5d4c4
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ dependencies {
|
|||
implementation 'com.google.firebase:firebase-messaging:17.0.0'
|
||||
implementation 'com.github.yoksnod:MPAndroidChart:3.2.0-alpha'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
|
||||
implementation 'androidx.preference:preference:1.1.0'
|
||||
implementation 'androidx.fragment:fragment:1.1.0'
|
||||
|
@ -153,7 +153,7 @@ configurations.all {
|
|||
force "androidx.collection:collection:1.1.0"
|
||||
force "androidx.fragment:fragment:1.1.0"
|
||||
force "androidx.preference:preference:1.1.0"
|
||||
force "androidx.appcompat:appcompat:1.1.0"
|
||||
force "androidx.appcompat:appcompat:1.2.0"
|
||||
force "androidx.annotation:annotation:1.1.0"
|
||||
force "androidx.core:core:1.3.1"
|
||||
force "androidx.versionedparcelable:versionedparcelable:1.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue