We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e256ac commit 27eed90Copy full SHA for 27eed90
2 files changed
MapboxSearch/gradle.properties
@@ -21,7 +21,7 @@ android.enableJetifier=false
21
kotlin.code.style=official
22
23
# SDK version attributes
24
-VERSION_NAME=2.14.0-bf394dd-SNAPSHOT
+VERSION_NAME=2.14.0-ce62dbe-SNAPSHOT
25
26
# Artifact attributes
27
mapboxArtifactUserOrg=mapbox
MapboxSearch/gradle/versions.gradle
@@ -44,10 +44,10 @@ ext {
44
mapbox_maps_version = '11.12.0'
45
mapbox_turf_version = '6.15.0'
46
47
- common_sdk_version = '24.14.0-SNAPSHOT-06-02--04-30.git-bf394dd'
+ common_sdk_version = '24.14.0-SNAPSHOT-06-11--10-51.git-ce62dbe'
48
mapbox_base_version = '0.8.0'
49
50
- search_native_version = '2.14.0-SNAPSHOT-06-02--04-30.git-bf394dd'
+ search_native_version = '2.14.0-SNAPSHOT-06-11--10-51.git-ce62dbe'
51
52
detekt_version = '1.19.0'
53
0 commit comments