Skip to content

Commit fb1b165

Browse files
RingerJKgithub-actions[bot]
authored andcommitted
bump dependencies (#9427)
GitOrigin-RevId: 0be65f7eb16a1823e77ba49c1819ee7f28660e49
1 parent 08002c8 commit fb1b165

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Improved road graph calibration in Dead Reckoning for more accurate localization in tunnel and urban canyon.
2+
- Fixed corner cases when Dead Reckoning cannot use the road graph for correction; improved wheel speed filtering for a more accurate trajectory.

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.3'
16+
mapboxNavigatorVersion = '324.12.4'
1717
}
1818
println("Navigation Native version: " + mapboxNavigatorVersion)
1919

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

0 commit comments

Comments
 (0)