File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
changelog/unreleased/features Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ - Added custom header x-mapbox-app-info to requests.
2+ - Fix upcoming route alerts incorrect position.
3+ - Stabilized routes with alternatives refresh / re-route on deviate.
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ 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 = ' 123.2.0 '
16+ mapboxNavigatorVersion = ' 123.3.1 '
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919
2020 version = [
21- mapboxMapSdk : ' 10.10.0 ' ,
21+ mapboxMapSdk : ' 10.10.1 ' ,
2222 mapboxSdkServices : ' 6.10.0' ,
2323 mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
24- mapboxCommonNative : ' 23.2.1 ' ,
24+ mapboxCommonNative : ' 23.2.2 ' ,
2525 mapboxCrashMonitor : ' 2.0.0' ,
2626 mapboxAnnotationPlugin : ' 0.8.0' ,
2727 mapboxBaseAndroid : ' 0.8.0' ,
You can’t perform that action at this time.
0 commit comments