Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MapboxSearch/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=false
kotlin.code.style=official

# SDK version attributes
VERSION_NAME=2.14.0-beta.1
VERSION_NAME=2.14.0-90d3837-SNAPSHOT

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down
6 changes: 3 additions & 3 deletions MapboxSearch/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ ext {

version = [
// Mapbox
mapboxSearchNative : '2.14.0-beta.1',
mapboxCommon : '24.14.0-beta.1',
mapboxMaps : '11.14.0-beta.1',
mapboxSearchNative : '2.14.0-SNAPSHOT-07-08--12-46.git-90d3837',
mapboxCommon : '24.14.0-SNAPSHOT-07-08--12-46.git-90d3837',
mapboxMaps : '11.14.0-SNAPSHOT-07-08--12-46.git-90d3837',
mapboxTurf : '6.15.0',
mapboxBase : '0.8.0',
mapboxTestDsl : '0.1.5',
Expand Down