Skip to content

Commit 7b1f55f

Browse files
committed
bump deps
1 parent 2401996 commit 7b1f55f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.14.0-alpha.2
24+
VERSION_NAME=2.14.0-32f22cd-SNAPSHOT
2525

2626
# Artifact attributes
2727
mapboxArtifactUserOrg=mapbox

MapboxSearch/gradle/versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ext {
4444

4545
version = [
4646
// Mapbox
47-
mapboxSearchNative : '2.14.0-alpha.2',
48-
mapboxCommon : '24.14.0-alpha.2',
49-
mapboxMaps : '11.14.0-alpha.2',
47+
mapboxSearchNative : '2.14.0-SNAPSHOT-06-26--10-31.git-32f22cd',
48+
mapboxCommon : '24.14.0-SNAPSHOT-06-26--10-31.git-32f22cd',
49+
mapboxMaps : '11.14.0-SNAPSHOT-06-26--10-31.git-32f22cd',
5050
mapboxTurf : '6.15.0',
5151
mapboxBase : '0.8.0',
5252
mapboxTestDsl : '0.1.5',

0 commit comments

Comments
 (0)