diff --git a/.circleci/config.yml b/.circleci/config.yml index a306794fc..2374a93cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -433,6 +433,9 @@ workflows: - publish-snapshots: requires: - prepare-and-assemble + - publish-snapshots: + requires: + - prepare-and-assemble # - pitest-validate: # requires: # - unit-tests diff --git a/MapboxSearch/gradle.properties b/MapboxSearch/gradle.properties index dc792840f..8b649c96e 100644 --- a/MapboxSearch/gradle.properties +++ b/MapboxSearch/gradle.properties @@ -21,7 +21,7 @@ android.enableJetifier=false kotlin.code.style=official # SDK version attributes -VERSION_NAME=2.15.0-rc.1 +VERSION_NAME=2.15.0-SNAPSHOT-09-08--10-07.git-5f79974 # Artifact attributes mapboxArtifactUserOrg=mapbox diff --git a/MapboxSearch/gradle/versions.gradle b/MapboxSearch/gradle/versions.gradle index 664646bdf..d549e976c 100644 --- a/MapboxSearch/gradle/versions.gradle +++ b/MapboxSearch/gradle/versions.gradle @@ -44,9 +44,9 @@ ext { version = [ // Mapbox - mapboxSearchNative : '2.15.0-rc.1', - mapboxCommon : '24.15.0-rc.1', - mapboxMaps : '11.15.0-rc.1', + mapboxSearchNative : '2.15.0-SNAPSHOT-09-08--10-07.git-5f79974', + mapboxCommon : '24.15.0-SNAPSHOT-09-08--10-07.git-5f79974', + mapboxMaps : '11.15.0-SNAPSHOT-09-08--10-07.git-5f79974', mapboxTurf : '6.15.0', mapboxBase : '0.8.0', mapboxTestDsl : '0.1.5',