Skip to content

Commit 9c73811

Browse files
kiryldzgithub-actions[bot]
authored andcommitted
[Coordination] Revisit location indicator and animator component lifecycle; bump mapbox-sdk to e5e1df0 (#9862)
* [HD] Revisit HD map components lifecycle * Adapt mapbox-sdk changes * PR fixes; bump to bafde51 * PR fixes, bump to e5e1df0 GitOrigin-RevId: 4736c6a163feac51690315e7b59fe0e3dd9d886d
1 parent 472b190 commit 9c73811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
carMinSdkVersion : 23
99
]
1010

11-
def mapboxSdkVersionSuffix = '15.0-SNAPSHOT-07-30--15-42.git-964f6f1'
11+
def mapboxSdkVersionSuffix = '15.0-SNAPSHOT-07-31--12-51.git-e5e1df0'
1212

1313
def ndkVersionSuffix = ""
1414
if (project.hasProperty("ndkMajor")) {
@@ -34,7 +34,7 @@ ext {
3434
mapboxNavigator : "${mapboxNavigatorVersion}",
3535
mapboxCommonNative : "24.${mapboxSdkVersionSuffix}",
3636
mapboxNavSdkCpp : "0.${mapboxSdkVersionSuffix}",
37-
mapboxSearch : '2.15.0-3047839-SNAPSHOT',
37+
mapboxSearch : '2.15.0-e5e1df0-SNAPSHOT',
3838
mapboxBaseAndroid : '0.11.0',
3939
androidXActivity : '1.7.1',
4040
androidXActivityCompose : '1.9.2',

0 commit comments

Comments
 (0)