File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments