From 27d56835322c35a7fafe5cb60d0b277ad890e502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:11:10 +0000 Subject: [PATCH] chore(deps): bump androidx.navigation:navigation-fragment-ktx Bumps androidx.navigation:navigation-fragment-ktx from 2.7.6 to 2.7.7. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/fakewallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fakewallet/build.gradle b/android/fakewallet/build.gradle index f11bf0d30..0361a4664 100644 --- a/android/fakewallet/build.gradle +++ b/android/fakewallet/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.6' + 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' implementation 'com.google.android.material:material:1.11.0'