Skip to content

Commit acfa42e

Browse files
authored
feat: update navigation SDKs (#261)
* feat: update navigation sdk for android to 6.0.2 * feat: update navigation sdk for iOS to 9.3.0
1 parent a2745bf commit acfa42e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0'
82+
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
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.0'
110+
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
111111
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
112112
androidTestUtil "androidx.test:orchestrator:1.4.2"
113113
}

ios/google_navigation_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Google Maps Navigation Flutter plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'google_navigation_flutter/Sources/google_navigation_flutter/**/*.swift'
1717
s.dependency 'Flutter'
18-
s.dependency 'GoogleNavigation', '9.1.2'
18+
s.dependency 'GoogleNavigation', '9.3.0'
1919
s.platform = :ios, '15.0'
2020
s.static_framework = true
2121

ios/google_navigation_flutter/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let package = Package(
2828
dependencies: [
2929
.package(
3030
url: "https://github.com/googlemaps/ios-navigation-sdk",
31-
exact: "9.1.2"
31+
exact: "9.3.0"
3232
),
3333
.package(
3434
url: "https://github.com/googlemaps/ios-maps-sdk",
35-
exact: "9.1.1"
35+
exact: "9.3.0"
3636
),
3737
],
3838
targets: [

0 commit comments

Comments
 (0)