Skip to content

Commit

Permalink
updated NN
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Oct 12, 2023
1 parent ddd2a78 commit 1f62812
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 = '148.0.2'
mapboxNavigatorVersion = '148.0.3'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit 1f62812

Please sign in to comment.