Skip to content

Commit

Permalink
Bump androidx.work:work-runtime-ktx from 2.7.1 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps androidx.work:work-runtime-ktx from 2.7.1 to 2.8.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent faa5a5b commit 7a21c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
exclude module: 'xpp3'
}
implementation "androidx.work:work-runtime:2.7.1"
implementation "androidx.work:work-runtime-ktx:2.7.1"
implementation "androidx.work:work-runtime-ktx:2.8.1"

implementation 'com.google.android.play:core:1.10.3'
implementation 'android.arch.lifecycle:common-java8:1.1.1'
Expand Down

0 comments on commit 7a21c50

Please sign in to comment.