Skip to content

Commit

Permalink
bump NN to 137.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzinad committed Jun 23, 2023
1 parent 1ef9bd1 commit cc1f9da
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 = '137.1.0'
mapboxNavigatorVersion = '137.1.1'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

Expand Down

0 comments on commit cc1f9da

Please sign in to comment.