Skip to content

Commit

Permalink
NN bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryFomchyn committed Apr 26, 2024
1 parent 60883ac commit 795173b
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/0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed an issue where cached ADAS data was not released.
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 = '162.0.4'
mapboxNavigatorVersion = '162.0.5'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 795173b

Please sign in to comment.