Skip to content

Commit

Permalink
bump NN to 159.0.0, Common to 23.8.3, Maps to 10.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzinad committed Oct 6, 2023
1 parent e6249f9 commit 1b4aeb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog/unreleased/bugfixes/dd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Improved ramp detection and reduced unexpected jumps between parallel elevated roads.
- Reduced memory consumption.
- Improved location accuracy on "walking" and "cycling" profiles.
- Fixed false-positive "exiting the tunnel" mapmatching errors.
6 changes: 3 additions & 3 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ ext {
// version which we should use in this build
def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION")
if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') {
mapboxNavigatorVersion = '158.0.0'
mapboxNavigatorVersion = '159.0.0'
}
println("Navigation Native version: " + mapboxNavigatorVersion)

version = [
mapboxMapSdk : '10.16.0',
mapboxMapSdk : '10.16.1',
mapboxSdkServices : '6.13.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.0',
mapboxCommonNative : '23.8.3',
mapboxCrashMonitor : '2.0.0',
mapboxAnnotationPlugin : '0.8.0',
mapboxBaseAndroid : '0.8.0',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ internal class RouteAlternativesController constructor(
logE(
"""
|unable to parse alternative at index $index;
|failure for response: ${routeAlternative.route.responseJson}
|failure for response with uuid:
|${routeAlternative.route.responseUuid}
""".trimMargin(),
LOG_CATEGORY
)
Expand Down

0 comments on commit 1b4aeb4

Please sign in to comment.