Parcourir la source

Update WorkManager

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

+ 1 - 1
app/build.gradle

@@ -168,7 +168,7 @@ dependencies {
     implementation 'org.jsoup:jsoup:1.12.1'
 
     // Job scheduling
-    final work_version = '2.3.2'
+    final work_version = '2.3.3'
     implementation "androidx.work:work-runtime:$work_version"
     implementation "androidx.work:work-runtime-ktx:$work_version"