Skip to content

Commit

Permalink
NN bump (#7504)
Browse files Browse the repository at this point in the history
* Bump NN to 148.0.2

* Changelog
  • Loading branch information
DzmitryFomchyn authored Sep 13, 2023
1 parent b6997b0 commit 676c523
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/7504.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Report Off-Route if LocationOnLeg legIndex is greater than current route leg.
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.1'
mapboxNavigatorVersion = '148.0.2'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 676c523

Please sign in to comment.