mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Updating to androidx of work-runtime
This commit is contained in:
parent
61c63bda09
commit
13e50d35f1
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ dependencies {
|
|||
implementation("org.jsoup:jsoup:1.13.1")
|
||||
|
||||
// Job scheduling
|
||||
implementation("android.arch.work:work-runtime-ktx:${Versions.WORKMANAGER}")
|
||||
implementation("androidx.work:work-runtime-ktx:2.5.0")
|
||||
|
||||
implementation("com.google.android.gms:play-services-gcm:17.0.0")
|
||||
|
||||
// Changelog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue