Skip to content

Commit 18ce410

Browse files
feat: update ios nav sdk to 9.3.0 and android to 6.0.2 (#403)
1 parent 10d56df commit 18ce410

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ dependencies {
7676
implementation "androidx.car.app:app-projected:1.4.0"
7777
implementation 'com.facebook.react:react-native:+'
7878
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
79-
implementation "com.google.android.libraries.navigation:navigation:6.0.0"
79+
implementation "com.google.android.libraries.navigation:navigation:6.0.2"
8080
api 'com.google.guava:guava:31.0.1-android'
8181
}

example/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ react {
6363
//
6464
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
6565
// hermesFlags = ["-O", "-output-source-map"]
66-
66+
6767
/* This example app uses typescript index file, so we need to specify the entry file */
6868
entryFile = file("../../index.ts")
69-
69+
7070
/* Autolinking */
7171
autolinkLibrariesWithApp()
7272
}
@@ -155,7 +155,7 @@ dependencies {
155155
implementation "androidx.car.app:app-projected:1.4.0"
156156

157157
// Include the Google Navigation SDK.
158-
implementation 'com.google.android.libraries.navigation:navigation:6.0.0'
158+
implementation 'com.google.android.libraries.navigation:navigation:6.0.2'
159159

160160
// Desugar Java 8+ APIs
161161
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'

react-native-navigation-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333
s.source_files = "ios/react-native-navigation-sdk/*.{h,m,mm}"
3434

3535
s.dependency "React-Core"
36-
s.dependency "GoogleNavigation", "9.1.2"
36+
s.dependency "GoogleNavigation", "9.3.0"
3737

3838
# Don't install the dependencies when we run `pod install` in the old architecture.
3939
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)