Skip to content

Commit

Permalink
Bump lifecycle-viewmodel-compose from 2.4.0-beta01 to 2.4.0-rc01
Browse files Browse the repository at this point in the history
Bumps lifecycle-viewmodel-compose from 2.4.0-beta01 to 2.4.0-rc01.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2021
1 parent 9f28d40 commit 97f6cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("androidx.activity:activity-compose:1.3.1")
implementation("com.google.android.material:material:1.4.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-beta01")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01")
}

android {
Expand Down

0 comments on commit 97f6cea

Please sign in to comment.