Skip to content

Commit ce8415a

Browse files
holussgithub-actions[bot]
authored andcommitted
Bump NavSDK Core 3.9.3 dependencies (#9369)
GitOrigin-RevId: 3f119c3feefa34e172f8fefe29cb4f67fdb18ddb
1 parent 8358a5a commit ce8415a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Improved behavior on roundabouts: avoid cases when the vehicle position circles around the roundabout in case of matching errors
2+
- Fixed incorrect route request with user added charging
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Filter inaccurate wheel speed for NavNative Dead Reckoning to reduce possible location jumps in case of wheel slippage
2+
- Support strict road heading to avoid drift on turns with 1Hz by ability to disable heading interpolation for keypoints and road heading policy.

gradle/dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ 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 = '324.12.2'
16+
mapboxNavigatorVersion = '324.12.3'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

2020
version = [
21-
mapboxMapSdk : '11.12.2',
21+
mapboxMapSdk : '11.12.3',
2222
mapboxSdkServices : '7.4.0',
2323
mapboxNavigator : "${mapboxNavigatorVersion}",
24-
mapboxCommonNative : '24.12.2',
25-
mapboxNavSdkCpp : '0.12.2',
24+
mapboxCommonNative : '24.12.3',
25+
mapboxNavSdkCpp : '0.12.3',
2626
mapboxSearch : '2.12.0',
2727
mapboxBaseAndroid : '0.11.0',
2828
androidXActivity : '1.7.1',

0 commit comments

Comments
 (0)