From abee042a8e3c1a77bae3a4640e01d3141000bb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:33:37 +0000 Subject: [PATCH] chore(deps): bump androidx.navigation:navigation-fragment-ktx from 2.5.3 to 2.7.7 in /snippets (#1482) chore(deps): bump androidx.navigation:navigation-fragment-ktx Bumps androidx.navigation:navigation-fragment-ktx from 2.5.3 to 2.7.7. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-fragment-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 ae203d29..ce4797fa 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation "androidx.compose.material:material:1.7.0-alpha02" implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.4' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 565f364e..9f6dfec7 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.compose.material:material:1.7.0-alpha02" implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'