Skip to content

Commit

Permalink
Bump androidx.lifecycle:lifecycle-viewmodel-compose from 2.6.1 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.6.1 to 2.7.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 3bbc2db commit 5697ca2
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 @@ -81,7 +81,7 @@ dependencies {
// Compose
implementation("androidx.compose.ui:ui:$compose_version")
implementation("androidx.compose.ui:ui-tooling-preview:$compose_version")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0")
implementation("androidx.compose.material3:material3:1.2.0-alpha02")
implementation("androidx.compose.material:material-icons-extended:$compose_version")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_version")
Expand Down

0 comments on commit 5697ca2

Please sign in to comment.