Skip to content

Commit

Permalink
Common SDK version bump; Search SDK release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryFomchyn authored Apr 22, 2022
1 parent bf64864 commit 69a683a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Internal changelog for the Mapbox Search SDK for Android

## 1.0.0-beta.29-SNAPSHOT
## 1.0.0-beta.30-SNAPSHOT

### Mapbox dependencies
- Search Native SDK `0.52.0`
- Common SDK `21.3.0-rc.2`
- Telemetry SDK `8.1.1`
- Kotlin `1.5.31`



## 1.0.0-beta.29

### Breaking changes
- [CORE] `ServiceProvider.globalDataProvidersRegistry()` has been removed. Now customers should use `SearchEngine.registerDataProvider()` for the data providers registration. Interface `IndexableDataProvidersRegistry` and its internal classes are not available anymore either.
Expand All @@ -18,7 +28,7 @@

### Mapbox dependencies
- Search Native SDK `0.52.0`
- Common SDK `21.2.0`
- Common SDK `21.3.0-rc.2`
- Telemetry SDK `8.1.1`
- Kotlin `1.5.31`

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=1.0.0-beta.29-SNAPSHOT
VERSION_NAME=1.0.0-beta.29

# 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 @@ -43,7 +43,7 @@ ext {

mapbox_maps_version = "10.4.0"
telemetry_version = '8.1.1'
common_sdk_version = '21.2.0'
common_sdk_version = '21.3.0-rc.2'
mapbox_base_version = '0.6.0'
mapbox_android_core_version = '5.0.1'

Expand Down

0 comments on commit 69a683a

Please sign in to comment.