File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments