Skip to content

Commit 23e93c4

Browse files
committed
bump deps
1 parent 13c0adb commit 23e93c4

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.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-rc.1
24+
VERSION_NAME=2.16.0-00f74e4-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-rc.1',
48-
mapboxCommon : '24.15.0-rc.1',
49-
mapboxMaps : '11.15.0-rc.1',
47+
mapboxSearchNative : '2.16.0-SNAPSHOT-09-03--13-39.git-00f74e4',
48+
mapboxCommon : '24.16.0-SNAPSHOT-09-03--13-39.git-00f74e4',
49+
mapboxMaps : '11.16.0-SNAPSHOT-09-03--13-39.git-00f74e4',
5050
mapboxTurf : '6.15.0',
5151
mapboxBase : '0.8.0',
5252
mapboxTestDsl : '0.1.5',

0 commit comments

Comments
 (0)