From 09e4ee5a721dfb34c3007f84003260123361f0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:34:23 -0600 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx in /android (#835) Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.7.0 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/fakedapp/build.gradle | 2 +- android/fakewallet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/fakedapp/build.gradle b/android/fakedapp/build.gradle index a896d5aee..46c673653 100644 --- a/android/fakedapp/build.gradle +++ b/android/fakedapp/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' implementation 'com.google.android.material:material:1.12.0' implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' diff --git a/android/fakewallet/build.gradle b/android/fakewallet/build.gradle index a9ab39264..7568e801e 100644 --- a/android/fakewallet/build.gradle +++ b/android/fakewallet/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.room:room-runtime:2.6.1' implementation 'androidx.room:room-ktx:2.6.1'