Skip to content

Commit

Permalink
chore: updates navigation SDK for android to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Feb 21, 2025
1 parent e406ff6 commit cf2980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit cf2980d

Please sign in to comment.