diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index f6f4db1..a8ae3c5 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -111,7 +111,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.2.0" + implementation "com.google.android.libraries.navigation:navigation:6.2.2" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' androidTestUtil "androidx.test:orchestrator:1.4.2" }