Skip to content

Commit

Permalink
Merge pull request #252 from mapbox/aaly-release
Browse files Browse the repository at this point in the history
[SSDK-885] Release Android v2.3.0-beta.1
  • Loading branch information
ahmedaly16 authored Jun 12, 2024
2 parents ba16130 + 665aeef commit 3f2b572
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for the Mapbox Search SDK for Android

## 2.3.0-beta.1

### Mapbox dependencies
- Search Native SDK `v2.2.0-beta.1`
- Common SDK `v24.5.0-beta.4`

## 2.2.0

### New features
- Adding support for [ApiType.SEARCH_BOX](https://docs.mapbox.com/api/search/search-box/)

### Mapbox dependencies
- Search Native SDK `v2.1.0`
- Common SDK `v24.4.0`

## 2.2.0-rc.1

Expand Down
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.2.0
VERSION_NAME=2.3.0-beta.1

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down
4 changes: 2 additions & 2 deletions MapboxSearch/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ext {
pitest_version = '1.6.7'

mapbox_maps_version = '11.0.0'
common_sdk_version = '24.4.0'
common_sdk_version = '24.5.0-beta.4'
mapbox_base_version = '0.8.0'

search_native_version = '2.1.0'
search_native_version = '2.2.0-beta.1'

detekt_version = '1.19.0'

Expand Down

0 comments on commit 3f2b572

Please sign in to comment.