From 14ec695e0f5b20f37316cb10d70f26f32ddda5fb Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Fri, 21 Feb 2025 10:39:15 +0200 Subject: [PATCH] chore: updates navigation SDK for android to 6.1.0 --- android/build.gradle | 2 +- example/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 62012000..c78ebb6b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,7 +79,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.0.2" + implementation "com.google.android.libraries.navigation:navigation:6.1.0" testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8' testImplementation 'junit:junit:4.13.2' diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index f0facae8..574c0517 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -107,7 +107,7 @@ flutter { 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.0.2" + implementation "com.google.android.libraries.navigation:navigation:6.1.0" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' androidTestUtil "androidx.test:orchestrator:1.4.2" }