Skip to content

Commit

Permalink
Downgrade WorkManager
Browse files Browse the repository at this point in the history
Related to #5364
  • Loading branch information
arkon committed Jun 14, 2021
1 parent 8d25ce7 commit e5cdf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,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")
Expand Down

0 comments on commit e5cdf74

Please sign in to comment.