Skip to content

Commit

Permalink
chore(release): releasing v2.5.0 with updated dependencies for search…
Browse files Browse the repository at this point in the history
… native and common sdk (#287)
  • Loading branch information
mikeringrose authored Oct 2, 2024
1 parent b4bef0f commit 369bc63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 2.5.0

### Bug fixes
- Fixed a copy and paste issue in the documentation for the `OfflineSearchEngine.retrieve` method

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

## 2.5.0-rc.2

### 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.5.0-rc.2
VERSION_NAME=2.5.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 @@ -43,10 +43,10 @@ ext {

mapbox_maps_version = '11.0.0'

common_sdk_version = '24.7.0-rc.1'
common_sdk_version = '24.7.0'
mapbox_base_version = '0.8.0'

search_native_version = '2.5.0-rc.2'
search_native_version = '2.5.0'

detekt_version = '1.19.0'

Expand Down

0 comments on commit 369bc63

Please sign in to comment.