File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone.
55## Unreleased
66#### Features
77#### Bug fixes and improvements
8+ - Ensure map-matching considers HOV-only roads as auto accessible. [ #6785 ] ( https://github.com/mapbox/mapbox-navigation-android/pull/6785 )
89
910## Mapbox Navigation SDK 2.9.5 - 13 December, 2022
1011### Changelog
Original file line number Diff line number Diff line change 1313 // version which we should use in this build
1414 def mapboxNavigatorVersion = System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" )
1515 if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == ' ' ) {
16- mapboxNavigatorVersion = ' 119.0.5 '
16+ mapboxNavigatorVersion = ' 119.0.6 '
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919
You can’t perform that action at this time.
0 commit comments