File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone.
5
5
## Unreleased
6
6
#### Features
7
7
#### 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 )
8
9
9
10
## Mapbox Navigation SDK 2.9.5 - 13 December, 2022
10
11
### Changelog
Original file line number Diff line number Diff line change 13
13
// version which we should use in this build
14
14
def mapboxNavigatorVersion = System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" )
15
15
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == ' ' ) {
16
- mapboxNavigatorVersion = ' 119.0.5 '
16
+ mapboxNavigatorVersion = ' 119.0.6 '
17
17
}
18
18
println (" Navigation Native version: " + mapboxNavigatorVersion)
19
19
You can’t perform that action at this time.
0 commit comments