Skip to content

Commit 009ccdf

Browse files
yunikkkgithub-actions[bot]
authored andcommitted
[DRIVE3D-1934] Elevate HD matched objects. (#11041) (#11420)
* 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: 12c897bd6e1875aecb54a10445d7bee91fba71ac
1 parent a46791f commit 009ccdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 2 deletions
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 = '17.0-rc.2'
14+
def mapboxSdkVersionSuffix = '17.0-rc.2-SNAPSHOT-11-27--08-52.git-4986652'
1515
def mapboxNavigatorVersion = "324.${mapboxSdkVersionSuffix}"
1616

1717
def ndkVersionSuffix = ""
@@ -23,7 +23,6 @@ ext {
2323
}
2424
if (ndkMajorVersion != null) {
2525
ndkVersionSuffix = "-ndk$ndkMajorVersion"
26-
println("Building with NDK version suffix: " + ndkVersionSuffix)
2726
}
2827

2928
version = [

0 commit comments

Comments
 (0)