Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.5 to 2.8.6.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 27e73af commit 5b6e77a
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 @@ -89,7 +89,7 @@ dependencies {

// Android lifecycle
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6")

// Navigation
implementation("androidx.navigation:navigation-fragment-ktx:2.8.0")
Expand Down

0 comments on commit 5b6e77a

Please sign in to comment.