Skip to content

Commit

Permalink
updated NN to 148.0.3 (#7548)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim authored Oct 12, 2023
1 parent ddd2a78 commit 49535ed
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/7548.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added a boolean option `disableMinDistancePolicyForMultiLegRouteAndReroutes` to custom config which alters the behaviour for `MinDistanceToPass` completion policy via disabling the min distance check for multi-leg routes and reroutes.
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 = '148.0.2'
mapboxNavigatorVersion = '148.0.3'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 49535ed

Please sign in to comment.