Skip to content

Commit

Permalink
NN 182 (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim authored Jan 9, 2024
1 parent fba4c2d commit 877804c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog/unreleased/bugfixes/7694.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improved Map Matching to avoid false deviation of the location puck to a parallel street.
- Improved handling of no storage available during navigation tiles downloading.
- Improved handling of invalid config in `DeviceProfile#customConfig`.
- Fixed a native crash in E-Horizon implementation caused by internal race condition.
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = '180.0.0'
mapboxNavigatorVersion = '182.0.0'
}
println("Navigation Native version: " + mapboxNavigatorVersion)
def androidXWorkManagerVersion = project.hasProperty('WORK_MANAGER_VERSION') ? project.property('WORK_MANAGER_VERSION') : '2.7.0'
Expand All @@ -22,10 +22,10 @@ ext {
println("AndroidX Lifecycle version: " + androidXLifecycleVersion)

version = [
mapboxMapSdk : '10.16.3',
mapboxMapSdk : '10.16.4',
mapboxSdkServices : '6.15.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.5',
mapboxCommonNative : '23.8.6',
mapboxCrashMonitor : '2.0.0',
mapboxAnnotationPlugin : '0.8.0',
mapboxBaseAndroid : '0.8.0',
Expand Down

0 comments on commit 877804c

Please sign in to comment.