Skip to content

Commit

Permalink
bumped nn and maps
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Apr 4, 2024
1 parent 634607b commit 4f7133f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.3'
mapboxNavigatorVersion = '162.0.4'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

version = [
mapboxMapSdk : '10.16.4',
mapboxMapSdk : '10.16.7',
mapboxSdkServices : '6.15.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.6',
Expand Down

0 comments on commit 4f7133f

Please sign in to comment.