From d1e823dd6f2e288c2e87819f0c0e5705c0e67c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:14:40 +0000 Subject: [PATCH] chore(deps): bump com.google.android.libraries.navigation:navigation Bumps com.google.android.libraries.navigation:navigation from 6.2.2 to 7.0.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.navigation:navigation dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 5eafe88c..b0515d62 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ android { dependencies { implementation 'androidx.car.app:app:1.4.0' implementation 'androidx.car.app:app-projected:1.4.0' - implementation 'com.google.android.libraries.navigation:navigation:6.2.2' + implementation 'com.google.android.libraries.navigation:navigation:7.0.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8' testImplementation 'junit:junit:4.13.2'