We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c986e commit 743d7dfCopy full SHA for 743d7df
2 files changed
changelog/unreleased/features/changes.md
@@ -0,0 +1 @@
1
+- Ensure map-matching considers HOV-only roads as auto accessible.
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ ext {
13
// version which we should use in this build
14
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
15
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
16
- mapboxNavigatorVersion = '123.1.0'
+ mapboxNavigatorVersion = '123.2.0'
17
}
18
println("Navigation Native version: " + mapboxNavigatorVersion)
19
0 commit comments