Use proper AndroidX WorkManager dependencies
This commit is contained in:
parent
a29f33020d
commit
aa0597da2a
@ -168,9 +168,9 @@ dependencies {
|
|||||||
implementation 'org.jsoup:jsoup:1.12.1'
|
implementation 'org.jsoup:jsoup:1.12.1'
|
||||||
|
|
||||||
// Job scheduling
|
// Job scheduling
|
||||||
final workManagerVersion = '2.3.2'
|
final work_version = '2.3.2'
|
||||||
implementation "android.arch.work:work-runtime:$workManagerVersion"
|
implementation "androidx.work:work-runtime:$work_version"
|
||||||
implementation "android.arch.work:work-runtime-ktx:$workManagerVersion"
|
implementation "androidx.work:work-runtime-ktx:$work_version"
|
||||||
|
|
||||||
// Changelog
|
// Changelog
|
||||||
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user