From 30b1cb500e9ee7ab28e696f950601ede9dd2d920 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:40:54 +0000 Subject: [PATCH] chore(deps): bump navigation-fragment from 2.3.3 to 2.3.4 in /snippets (#477) Bumps navigation-fragment from 2.3.3 to 2.3.4. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- snippets/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 89389cbc..458d4e0b 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'androidx.navigation:navigation-fragment:2.3.3' + implementation 'androidx.navigation:navigation-fragment:2.3.4' implementation 'androidx.navigation:navigation-ui:2.3.3' gmsImplementation 'com.google.android.gms:play-services-maps:17.0.0'