Downgrade WorkManager

Related to #5364

(cherry picked from commit e5cdf74587afe9dde61a7f69d45f101d8ce0a5b8)
This commit is contained in:
arkon 2021-06-14 17:07:38 -04:00 committed by Jobobby04
parent 40efaeafe1
commit 1ddfe956a7

View File

@ -144,7 +144,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
// Job scheduling
implementation("androidx.work:work-runtime-ktx:2.7.0-alpha04")
implementation("androidx.work:work-runtime-ktx:2.6.0-beta01")
// UI library
implementation("com.google.android.material:material:1.4.0-rc01")