Skip to content

Commit 877804c

Browse files
NN 182 (#7694)
1 parent fba4c2d commit 877804c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

changelog/unreleased/bugfixes/7694.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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 = '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',

0 commit comments

Comments
 (0)