Skip to content

Commit af21548

Browse files
authored
chore: updates navigation SDK for android to 6.1.0 (#282)
Release-As: 0.5.1
1 parent fa71176 commit af21548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ android {
7979
dependencies {
8080
implementation "androidx.car.app:app:1.4.0"
8181
implementation "androidx.car.app:app-projected:1.4.0"
82-
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
82+
implementation "com.google.android.libraries.navigation:navigation:6.1.0"
8383
testImplementation 'org.jetbrains.kotlin:kotlin-test'
8484
testImplementation 'io.mockk:mockk:1.13.8'
8585
testImplementation 'junit:junit:4.13.2'

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flutter {
107107
dependencies {
108108
implementation "androidx.car.app:app:1.4.0"
109109
implementation "androidx.car.app:app-projected:1.4.0"
110-
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
110+
implementation "com.google.android.libraries.navigation:navigation:6.1.0"
111111
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
112112
androidTestUtil "androidx.test:orchestrator:1.4.2"
113113
}

0 commit comments

Comments
 (0)