Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2021
1 parent 7105a01 commit d99f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paymentsheet-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
// Integration with activities
implementation "androidx.activity:activity-compose:1.3.1"
// Integration with ViewModels
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0"
// Integration with observables
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"

Expand Down

0 comments on commit d99f7d5

Please sign in to comment.