File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for the Mapbox Search SDK for Android
2
2
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
+
3
15
## 2.14.0
4
16
5
17
### Bug fixes
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android.enableJetifier=false
21
21
kotlin.code.style =official
22
22
23
23
# SDK version attributes
24
- VERSION_NAME =2.14.0
24
+ VERSION_NAME =2.14.1
25
25
26
26
# Artifact attributes
27
27
mapboxArtifactUserOrg =mapbox
Original file line number Diff line number Diff line change 44
44
45
45
version = [
46
46
// 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 ' ,
50
50
mapboxTurf : ' 6.15.0' ,
51
51
mapboxBase : ' 0.8.0' ,
52
52
mapboxTestDsl : ' 0.1.5' ,
You can’t perform that action at this time.
0 commit comments