Skip to content

Commit

Permalink
NN 161.1.2 (#7636)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim authored Nov 28, 2023
1 parent a5491d0 commit 4d2b9c0
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/7636.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed crash which sometimes happens during stopping of active guidance
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 = '161.1.1'
mapboxNavigatorVersion = '161.1.2'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 4d2b9c0

Please sign in to comment.