Skip to content

Commit

Permalink
updated NN to 162.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Jan 10, 2024
1 parent c655bb7 commit 31bd74c
Showing 1 changed file with 1 addition and 1 deletion.
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.0'
mapboxNavigatorVersion = '162.0.1'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 31bd74c

Please sign in to comment.