Skip to content

Commit 369cd23

Browse files
author
Pablo Guardiola
authored
bump nn dependency version to 119.0.6 (#6785)
1 parent dff53c3 commit 369cd23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
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

0 commit comments

Comments
 (0)