Skip to content

Commit 7bbb372

Browse files
authored
Bump nav-sdk version for android auto (#6568)
1 parent e9e9021 commit 7bbb372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323
mapboxCore : '5.0.2',
2424
mapboxNavigator : "${mapboxNavigatorVersion}",
2525
mapboxCommonNative : '23.1.1',
26-
mapboxSearchSdk : '1.0.0-beta.38.1',
26+
mapboxSearchSdk : '1.0.0-beta.39',
2727
mapboxCrashMonitor : '2.0.0',
2828
mapboxAnnotationPlugin : '0.8.0',
2929
mapboxBaseAndroid : '0.8.0',

libnavui-androidauto/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
// This defines the minimum version of Navigation which is included in this SDK. To upgrade the
4242
// Navigation versions, you can specify a newer version in your downstream build.gradle.
43-
releaseApi("com.mapbox.navigation:android:2.9.0-beta.3")
43+
releaseApi("com.mapbox.navigation:android:2.9.0-rc.2")
4444
debugApi project(":libnavigation-android")
4545

4646
// Search is currently in beta so it is not included in this SDK. The functionality of search

0 commit comments

Comments
 (0)