From 91451111a281de5fc435003b708b7fe5e438082c Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 1 Mar 2020 10:33:39 -0500 Subject: [PATCH] Update android-job library --- app/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c0c57dfb6..d64ec56b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,8 +163,10 @@ dependencies { implementation 'org.jsoup:jsoup:1.12.1' // Job scheduling - implementation 'com.evernote:android-job:1.2.5' - implementation 'com.google.android.gms:play-services-gcm:17.0.0' + implementation 'com.evernote:android-job:1.4.2' + final workManagerVersion = '2.3.2' + implementation "android.arch.work:work-runtime:$workManagerVersion" + implementation "android.arch.work:work-runtime-ktx:$workManagerVersion" // Changelog implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'