Skip to content

Commit

Permalink
Bump NN dependency version to 123.2.0 (#6834)
Browse files Browse the repository at this point in the history
* bump nn dependency version to 123.2.0

* Rename changelog files

Co-authored-by: runner <runner@fv-az588-40>
  • Loading branch information
Guardiola31337 and runner authored Jan 13, 2023
1 parent 38c986e commit 95a7221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/bugfixes/6834.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Ensure map-matching considers HOV-only roads as auto accessible.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = '123.1.0'
mapboxNavigatorVersion = '123.2.0'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 95a7221

Please sign in to comment.