Skip to content

Commit 97ff3cd

Browse files
committed
NAVAND-713: receive EV data updates from client
1 parent 8273101 commit 97ff3cd

File tree

32 files changed

+943
-246
lines changed

32 files changed

+943
-246
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 = '118.0.0'
16+
mapboxNavigatorVersion = '119.0.0'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

0 commit comments

Comments
 (0)