Skip to content

Commit c262e6f

Browse files
committed
bump deps
1 parent af811fa commit c262e6f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.circleci/config.yml

+3
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

+1-1
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-beta.1
24+
VERSION_NAME=2.13.0-3eea307-SNAPSHOT
2525

2626
# Artifact attributes
2727
mapboxArtifactUserOrg=mapbox

MapboxSearch/gradle/versions.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ ext {
4444
mapbox_maps_version = '11.12.0-beta.1'
4545
mapbox_turf_version = '6.15.0'
4646

47-
common_sdk_version = '24.12.0-beta.1'
47+
common_sdk_version = '24.13.0-SNAPSHOT-04-23--04-29.git-3eea307'
4848
mapbox_base_version = '0.8.0'
4949

50-
search_native_version = '2.12.0-beta.1'
50+
search_native_version = '2.13.0-SNAPSHOT-04-23--04-29.git-3eea307'
5151

5252
detekt_version = '1.19.0'
5353

0 commit comments

Comments
 (0)