From f061eb595d09af712398e6a3432a6a45eab277bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:27:47 +0000 Subject: [PATCH] Bump GOOGLE_NAVIGATION_VERSION from 2.3.4 to 2.3.5 Bumps `GOOGLE_NAVIGATION_VERSION` from 2.3.4 to 2.3.5. Updates `navigation-safe-args-gradle-plugin` from 2.3.4 to 2.3.5 Updates `navigation-fragment-ktx` from 2.3.4 to 2.3.5 Updates `navigation-ui-ktx` from 2.3.4 to 2.3.5 Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5f6fbf..4ad0256 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { GOOGLE_GSON = '2.8.6' GOOGLE_ROOM = '2.2.6' - GOOGLE_NAVIGATION_VERSION = '2.3.4' + GOOGLE_NAVIGATION_VERSION = '2.3.5' OKHTTP = '4.9.1' KOIN = '2.2.2'