Skip to content

Commit

Permalink
changing to android v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedaly16 committed Jul 25, 2024
1 parent e3fbf64 commit 95b78fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Changelog for the Mapbox Search SDK for Android

## 2.4.0-rc.1
## 2.3.1

### Mapbox dependencies
- Search Native SDK `v2.3.0-rc.2`
- Search Native SDK `v2.2.1`
- Common SDK `v24.5.0`

### ✨ New Features
- Allow to query Details API for online search

### 💫️ Other
- Performance improvements for short queries for offline search

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.4.0-rc.1
VERSION_NAME=2.3.1

# Artifact attributes
mapboxArtifactUserOrg=mapbox
Expand Down
2 changes: 1 addition & 1 deletion MapboxSearch/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
common_sdk_version = '24.5.0'
mapbox_base_version = '0.8.0'

search_native_version = '2.3.0-rc.2'
search_native_version = '2.2.1'

detekt_version = '1.19.0'

Expand Down

0 comments on commit 95b78fa

Please sign in to comment.