Skip to content

Commit

Permalink
Bump androidx.work:work-runtime-ktx from 2.8.1 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps androidx.work:work-runtime-ktx from 2.8.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 Oct 31, 2024
1 parent 5dcd996 commit 79c6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation project(":shared")

implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.10.0'
def compose_ui_version = captureVersion(implementation('androidx.compose.ui:ui:1.4.3'))
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
implementation "androidx.compose.ui:ui-viewbinding:$compose_ui_version"
Expand Down

0 comments on commit 79c6dc0

Please sign in to comment.