From ffe8caf565c1c761b94cea0ad92ca133dd9f0e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:31:53 +0000 Subject: [PATCH] chore(deps): bump com.google.android.libraries.navigation:navigation Bumps com.google.android.libraries.navigation:navigation from 5.1.1 to 5.3.1. --- updated-dependencies: - dependency-name: com.google.android.libraries.navigation:navigation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c9ac80e..4b2496e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ android { } dependencies { - implementation 'com.google.android.libraries.navigation:navigation:5.1.1' + implementation 'com.google.android.libraries.navigation:navigation:5.3.1' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8' testImplementation 'junit:junit:4.13.2'