Migrate downloader service to WorkManager (#10190)

This commit is contained in:
Ivan Iskandar
2023-11-30 04:34:07 +07:00
committed by GitHub
parent 8ff2c01bf2
commit 8ce8b60092
8 changed files with 142 additions and 169 deletions

View File

@@ -15,7 +15,6 @@ android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1
google-services-gradle = "com.google.gms:google-services:4.4.0"
rxjava = "io.reactivex:rxjava:1.3.8"
flowreactivenetwork = "ru.beryukhov:flowreactivenetwork:1.0.4"
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp_version" }
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp_version" }