Skip to content

Commit ca65656

Browse files
2.14.1 release (#353)
1 parent fb66bad commit ca65656

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog for the Mapbox Search SDK for Android
22

3+
## 2.14.1
4+
5+
### Bug fixes
6+
- Fixed a crash that could happen in some cases during offline search.
7+
8+
### Mapbox dependencies
9+
- Search Native SDK `2.14.1`
10+
- Common SDK `24.14.1`
11+
- Maps SDK `11.14.1`
12+
13+
14+
315
## 2.14.0
416

517
### Bug fixes

MapboxSearch/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=false
2121
kotlin.code.style=official
2222

2323
# SDK version attributes
24-
VERSION_NAME=2.14.0
24+
VERSION_NAME=2.14.1
2525

2626
# Artifact attributes
2727
mapboxArtifactUserOrg=mapbox

MapboxSearch/gradle/versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ext {
4444

4545
version = [
4646
// Mapbox
47-
mapboxSearchNative : '2.14.0',
48-
mapboxCommon : '24.14.0',
49-
mapboxMaps : '11.14.0',
47+
mapboxSearchNative : '2.14.1',
48+
mapboxCommon : '24.14.1',
49+
mapboxMaps : '11.14.1',
5050
mapboxTurf : '6.15.0',
5151
mapboxBase : '0.8.0',
5252
mapboxTestDsl : '0.1.5',

0 commit comments

Comments
 (0)