Skip to content

Commit 1852beb

Browse files
committed
bump deps
1 parent 4c659b8 commit 1852beb

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.15.0-beta.2
24+
VERSION_NAME=2.16.0-5047151-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.15.0-beta.2',
48-
mapboxCommon : '24.15.0-beta.2',
49-
mapboxMaps : '11.15.0-beta.2',
47+
mapboxSearchNative : '2.16.0-SNAPSHOT-08-21--04-30.git-5047151',
48+
mapboxCommon : '24.16.0-SNAPSHOT-08-21--04-30.git-5047151',
49+
mapboxMaps : '11.16.0-SNAPSHOT-08-21--04-30.git-5047151',
5050
mapboxTurf : '6.15.0',
5151
mapboxBase : '0.8.0',
5252
mapboxTestDsl : '0.1.5',

0 commit comments

Comments
 (0)