Skip to content

Commit

Permalink
chore(deps): bump androidx.work:work-runtime-ktx from 2.9.1 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps androidx.work:work-runtime-ktx from 2.9.1 to 2.10.0.

---
updated-dependencies:
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 6914cb0 commit a0fc41c
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 @@ -95,7 +95,7 @@ dependencies {
implementation("androidx.navigation:navigation-fragment-ktx:2.8.3")

// Work Manager
implementation("androidx.work:work-runtime-ktx:2.9.1")
implementation("androidx.work:work-runtime-ktx:2.10.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.constraintlayout:constraintlayout-compose:1.1.0")

Expand Down

0 comments on commit a0fc41c

Please sign in to comment.