Skip to content

Commit

Permalink
NN 160 (#7555)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Oct 13, 2023
1 parent 4fadbde commit 09ec767
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/7555.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Optimised memory and network usage.
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 = '159.0.0'
mapboxNavigatorVersion = '160.0.0'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 09ec767

Please sign in to comment.