Skip to content

Commit 2e256ac

Browse files
committed
bump deps
1 parent 9340bb4 commit 2e256ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ workflows:
433433
- publish-snapshots:
434434
requires:
435435
- prepare-and-assemble
436+
- publish-snapshots:
437+
requires:
438+
- prepare-and-assemble
436439
# - pitest-validate:
437440
# requires:
438441
# - unit-tests

MapboxSearch/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=false
2121
kotlin.code.style=official
2222

2323
# SDK version attributes
24-
VERSION_NAME=2.12.0
24+
VERSION_NAME=2.14.0-bf394dd-SNAPSHOT
2525

2626
# Artifact attributes
2727
mapboxArtifactUserOrg=mapbox

MapboxSearch/gradle/versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ ext {
4444
mapbox_maps_version = '11.12.0'
4545
mapbox_turf_version = '6.15.0'
4646

47-
common_sdk_version = '24.12.0'
47+
common_sdk_version = '24.14.0-SNAPSHOT-06-02--04-30.git-bf394dd'
4848
mapbox_base_version = '0.8.0'
4949

50-
search_native_version = '2.12.0'
50+
search_native_version = '2.14.0-SNAPSHOT-06-02--04-30.git-bf394dd'
5151

5252
detekt_version = '1.19.0'
5353

0 commit comments

Comments
 (0)