Skip to content

Commit

Permalink
fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 883eb7f commit 37e5ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.0.0")

api("androidx.work:work-runtime-ktx:2.8.1")
api("androidx.work:work-runtime-ktx:2.9.0")

api("com.google.android.material:material:1.9.0")

Expand Down

0 comments on commit 37e5ab5

Please sign in to comment.