Skip to content

Commit

Permalink
Bump lifecycle-viewmodel-compose from 2.4.0-rc01 to 2.4.0 (#4330)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2021
1 parent c0336b1 commit 6eec0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardverificationsheet-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
// Integration with activities
implementation "androidx.activity:activity-compose:1.3.1"
// Integration with ViewModels
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0"
// Integration with observables
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"

Expand Down
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 6eec0cf

Please sign in to comment.