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 {
13
13
// version which we should use in this build
14
14
def mapboxNavigatorVersion = System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" )
15
15
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == ' ' ) {
16
- mapboxNavigatorVersion = ' 123.2.0 '
16
+ mapboxNavigatorVersion = ' 123.3.1 '
17
17
}
18
18
println (" Navigation Native version: " + mapboxNavigatorVersion)
19
19
20
20
version = [
21
- mapboxMapSdk : ' 10.10.0 ' ,
21
+ mapboxMapSdk : ' 10.10.1 ' ,
22
22
mapboxSdkServices : ' 6.10.0' ,
23
23
mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
24
- mapboxCommonNative : ' 23.2.1 ' ,
24
+ mapboxCommonNative : ' 23.2.2 ' ,
25
25
mapboxCrashMonitor : ' 2.0.0' ,
26
26
mapboxAnnotationPlugin : ' 0.8.0' ,
27
27
mapboxBaseAndroid : ' 0.8.0' ,
You can’t perform that action at this time.
0 commit comments