We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc089d commit c83b499Copy full SHA for c83b499
libnavui-androidauto/build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
// This defines the minimum version of Maps, Navigation, and Search which are included in
42
// this SDK. To upgrade the SDK versions, you can specify a newer version in your downstream
43
// build.gradle.
44
- def carNavVersion = "2.6.0-alpha.2"
+ def carNavVersion = "2.6.0-rc.1"
45
def carSearchVersion = "1.0.0-beta.29"
46
api("com.mapbox.navigation:android:${carNavVersion}")
47
api("com.mapbox.search:mapbox-search-android:${carSearchVersion}")
0 commit comments