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 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 = ' 180 .0.0'
16+ mapboxNavigatorVersion = ' 182 .0.0'
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919 def androidXWorkManagerVersion = project. hasProperty(' WORK_MANAGER_VERSION' ) ? project. property(' WORK_MANAGER_VERSION' ) : ' 2.7.0'
@@ -22,10 +22,10 @@ ext {
2222 println (" AndroidX Lifecycle version: " + androidXLifecycleVersion)
2323
2424 version = [
25- mapboxMapSdk : ' 10.16.3 ' ,
25+ mapboxMapSdk : ' 10.16.4 ' ,
2626 mapboxSdkServices : ' 6.15.0' ,
2727 mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
28- mapboxCommonNative : ' 23.8.5 ' ,
28+ mapboxCommonNative : ' 23.8.6 ' ,
2929 mapboxCrashMonitor : ' 2.0.0' ,
3030 mapboxAnnotationPlugin : ' 0.8.0' ,
3131 mapboxBaseAndroid : ' 0.8.0' ,
You can’t perform that action at this time.
0 commit comments