From fa31f18c58f4cc3665e676c4a4cd94ae7ad87942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:39:21 +0000 Subject: [PATCH] chore(deps): bump androidx.navigation:navigation-ui-ktx from 2.5.3 to 2.7.7 in /snippets (#1484) chore(deps): bump androidx.navigation:navigation-ui-ktx in /snippets Bumps androidx.navigation:navigation-ui-ktx from 2.5.3 to 2.7.7. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-ui-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> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 5455a42fa..5bddd50b5 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.4' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // [END_EXCLUDE] diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index e117f1d5e..1d1c8d26b 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' - implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'com.google.android.libraries.places:places:3.3.0'