File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
changelog/unreleased/bugfixes Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ - Improved Map Matching to avoid false deviation of the location puck to a parallel street.
2
+ - Improved handling of no storage available during navigation tiles downloading.
3
+ - Improved handling of invalid config in ` DeviceProfile#customConfig ` .
4
+ - Fixed a native crash in E-Horizon implementation caused by internal race condition.
Original file line number Diff line number Diff line change 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 = ' 180 .0.0'
16
+ mapboxNavigatorVersion = ' 182 .0.0'
17
17
}
18
18
println (" Navigation Native version: " + mapboxNavigatorVersion)
19
19
def androidXWorkManagerVersion = project. hasProperty(' WORK_MANAGER_VERSION' ) ? project. property(' WORK_MANAGER_VERSION' ) : ' 2.7.0'
@@ -22,10 +22,10 @@ ext {
22
22
println (" AndroidX Lifecycle version: " + androidXLifecycleVersion)
23
23
24
24
version = [
25
- mapboxMapSdk : ' 10.16.3 ' ,
25
+ mapboxMapSdk : ' 10.16.4 ' ,
26
26
mapboxSdkServices : ' 6.15.0' ,
27
27
mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
28
- mapboxCommonNative : ' 23.8.5 ' ,
28
+ mapboxCommonNative : ' 23.8.6 ' ,
29
29
mapboxCrashMonitor : ' 2.0.0' ,
30
30
mapboxAnnotationPlugin : ' 0.8.0' ,
31
31
mapboxBaseAndroid : ' 0.8.0' ,
You can’t perform that action at this time.
0 commit comments