Skip to content

Commit

Permalink
Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.2
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.2.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent 6f818fe commit 5b21a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2'

testImplementation 'junit:junit:4.13.2'
testImplementation "androidx.paging:paging-common-ktx:$paging_version"
Expand Down

0 comments on commit 5b21a5f

Please sign in to comment.