mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 15:57:47 +01:00
Update WorkManager
This commit is contained in:
parent
853bf3065a
commit
fc8f91baec
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue