Skip to content

Commit

Permalink
Merge pull request #22 from aclassen/dependabot/gradle/androidx.lifec…
Browse files Browse the repository at this point in the history
…ycle-lifecycle-viewmodel-compose-2.4.0-rc01

Bump lifecycle-viewmodel-compose from 2.4.0-beta01 to 2.4.0-rc01
  • Loading branch information
aclassen authored Oct 5, 2021
2 parents 9f28d40 + 97f6cea commit afb03ab
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 afb03ab

Please sign in to comment.