forked from organicmaps/organicmaps
[android] Fixed crash in androidx(WorkManager)
This commit is contained in:
parent
ca40a78f49
commit
602f0da087
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ dependencies {
|
|||
implementation 'com.android.installreferrer:installreferrer:1.0'
|
||||
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.work:work-runtime:2.2.0'
|
||||
implementation 'com.android.billingclient:billing:1.1'
|
||||
implementation 'uk.co.samuelwall:material-tap-target-prompt:2.12.1'
|
||||
implementation 'com.firebase:firebase-jobdispatcher:0.8.5'
|
||||
|
@ -136,6 +137,7 @@ configurations.all {
|
|||
force 'androidx.lifecycle:lifecycle-runtime:2.1.0'
|
||||
force 'androidx.lifecycle:lifecycle-livedata-core:2.1.0'
|
||||
force 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
||||
force 'androidx.work:work-runtime:2.2.0'
|
||||
force "org.jetbrains.kotlin:kotlin-stdlib:1.3.31"
|
||||
force "com.google.code.gson:gson:2.8.5"
|
||||
force "com.google.guava:guava:27.0.1-jre"
|
||||
|
|
Loading…
Add table
Reference in a new issue