mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Update android-job library
This commit is contained in:
parent
b104bec49d
commit
91451111a2
@ -163,8 +163,10 @@ dependencies {
|
|||||||
implementation 'org.jsoup:jsoup:1.12.1'
|
implementation 'org.jsoup:jsoup:1.12.1'
|
||||||
|
|
||||||
// Job scheduling
|
// Job scheduling
|
||||||
implementation 'com.evernote:android-job:1.2.5'
|
implementation 'com.evernote:android-job:1.4.2'
|
||||||
implementation 'com.google.android.gms:play-services-gcm:17.0.0'
|
final workManagerVersion = '2.3.2'
|
||||||
|
implementation "android.arch.work:work-runtime:$workManagerVersion"
|
||||||
|
implementation "android.arch.work:work-runtime-ktx:$workManagerVersion"
|
||||||
|
|
||||||
// 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