Parcourir la source

Update android-job library

arkon il y a 5 ans
Parent
commit
91451111a2
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      app/build.gradle

+ 4 - 2
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'