Skip to content

Commit

Permalink
Release Android v2.3.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedaly16 authored Jul 2, 2024
1 parent a5975fc commit 7e1f1ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for the Mapbox Search SDK for Android

## 2.3.0

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

## 2.3.0-rc.1

### New features
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.3.0-rc.1
VERSION_NAME=2.3.0

# 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.5.0-rc.1'
common_sdk_version = '24.5.0'
mapbox_base_version = '0.8.0'

search_native_version = '2.2.0-rc.1'
search_native_version = '2.2.0'

detekt_version = '1.19.0'

Expand Down

0 comments on commit 7e1f1ac

Please sign in to comment.