Skip to content

Commit 2e2dbec

Browse files
2.17.12 release release preparation (#7783)
1 parent 634607b commit 2e2dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
// version which we should use in this build
1414
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
1515
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
16-
mapboxNavigatorVersion = '162.0.3'
16+
mapboxNavigatorVersion = '162.0.4'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

0 commit comments

Comments
 (0)