Skip to content

Commit 614d8c2

Browse files
yunikkkgithub-actions[bot]
authored andcommitted
[DRIVE3D-1934] Elevate HD matched objects. (#11041)
* Adapt RoutObjectMatcher breaking changes and expose API to elevate the HD matched objects. * Review fixes. * Invoke callback with an error if the object with the same ID is matched several times instead of the exception. * Review fixes. GitOrigin-RevId: ed0b6a2b60c2e59c9a64bedce54334b0d7560406
1 parent 95377eb commit 614d8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
// mapboxSdkHdFullSparseCheckout in generate_api_docs_android.sh depends on mapboxSdkVersionSuffix
1212
// Release Train depends on these two lines below
1313
// https://github.com/mapbox/release-train/blob/bd530da200d62fb45166ef91d7d892d90a453fa6/backend/model/step/navcoreandroid/PrepareChangelogNavCore.py#L122-L124
14-
def mapboxSdkVersionSuffix = '18.0-SNAPSHOT-11-20--12-32.git-3ce6bc9'
14+
def mapboxSdkVersionSuffix = '18.0-SNAPSHOT-11-21--09-27.git-9b578bc'
1515
def mapboxNavigatorVersion = "324.${mapboxSdkVersionSuffix}"
1616

1717
def ndkVersionSuffix = ""

0 commit comments

Comments
 (0)