Skip to content

Commit

Permalink
feat: update navigation SDKs (#261)
Browse files Browse the repository at this point in the history
* feat: update navigation sdk for android to 6.0.2

* feat: update navigation sdk for iOS to 9.3.0
  • Loading branch information
jokerttu authored Feb 10, 2025
1 parent a2745bf commit acfa42e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0'
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
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.0'
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
androidTestUtil "androidx.test:orchestrator:1.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/google_navigation_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Google Maps Navigation Flutter plugin.
s.source = { :path => '.' }
s.source_files = 'google_navigation_flutter/Sources/google_navigation_flutter/**/*.swift'
s.dependency 'Flutter'
s.dependency 'GoogleNavigation', '9.1.2'
s.dependency 'GoogleNavigation', '9.3.0'
s.platform = :ios, '15.0'
s.static_framework = true

Expand Down
4 changes: 2 additions & 2 deletions ios/google_navigation_flutter/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/googlemaps/ios-navigation-sdk",
exact: "9.1.2"
exact: "9.3.0"
),
.package(
url: "https://github.com/googlemaps/ios-maps-sdk",
exact: "9.1.1"
exact: "9.3.0"
),
],
targets: [
Expand Down

0 comments on commit acfa42e

Please sign in to comment.