Skip to content

Commit

Permalink
bump nn and common sdk dependency versions to 182.0.2 and 23.8.7 resp…
Browse files Browse the repository at this point in the history
…ectively (#7800)
  • Loading branch information
Guardiola31337 authored May 23, 2024
1 parent 8ed76cf commit 7443898
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,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 = '182.0.0'
mapboxNavigatorVersion = '182.0.2'
}
println("Navigation Native version: " + mapboxNavigatorVersion)
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'
Expand All @@ -25,7 +25,7 @@ ext {
mapboxMapSdk : '10.16.4',
mapboxSdkServices : '6.15.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.6',
mapboxCommonNative : '23.8.7',
mapboxCrashMonitor : '2.0.0',
mapboxAnnotationPlugin : '0.8.0',
mapboxBaseAndroid : '0.8.0',
Expand Down

0 comments on commit 7443898

Please sign in to comment.