Skip to content

Commit 85812e8

Browse files
Pablo Guardiolarunner
andauthored
Bump NN dependency version to 123.2.0 (#6834) (#6835)
* bump nn dependency version to 123.2.0 * Rename changelog files Co-authored-by: runner <runner@fv-az588-40> Co-authored-by: runner <runner@fv-az588-40>
1 parent d8a4448 commit 85812e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Ensure map-matching considers HOV-only roads as auto accessible.

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 = '123.1.0'
16+
mapboxNavigatorVersion = '123.2.0'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

0 commit comments

Comments
 (0)