From fc034dd80cc1bdc7cd0f0f97417489866f0068fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 19:02:19 +0000 Subject: [PATCH] Bump lifecycle-viewmodel-compose from 2.4.0-rc01 to 2.4.0 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] --- cardverificationsheet-example/build.gradle | 2 +- paymentsheet-example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cardverificationsheet-example/build.gradle b/cardverificationsheet-example/build.gradle index 4f4d64f101a..7fe164846eb 100644 --- a/cardverificationsheet-example/build.gradle +++ b/cardverificationsheet-example/build.gradle @@ -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" diff --git a/paymentsheet-example/build.gradle b/paymentsheet-example/build.gradle index bc12000f519..0122c530c25 100644 --- a/paymentsheet-example/build.gradle +++ b/paymentsheet-example/build.gradle @@ -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"