Skip to content

Commit ae255be

Browse files
changelog for v10.18.4 (#2721)
Co-authored-by: root <root@41f772cf0a14>
1 parent 97d04fa commit ae255be

File tree

13 files changed

+17
-15
lines changed

13 files changed

+17
-15
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
# 10.18.4
5+
6+
# 10.18.4 September 06, 2024
67
## Features ✨ and improvements 🏁
78
* Remove explicit main thread locking when clicking / long clicking / interacting with annotations created with `CircleAnnotationManager`, `PointAnnotationManager`, `PolygonAnnotationManager`, `PolylineAnnotationManager` that could lead to an ANR.
89

10+
911
# 10.18.3 July 22, 2024
1012
## Bug fixes 🐞
1113
* Fix multiple annotation clusters not supported issue.

extension-localization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
3232
// In the app build.gradle file
3333
dependencies {
34-
implementation 'com.mapbox.extension:maps-localization:10.18.3'
34+
implementation 'com.mapbox.extension:maps-localization:10.18.4'
3535
}
3636
```
3737

extension-style/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.extension:maps-style:10.18.3'
35+
implementation 'com.mapbox.extension:maps-style:10.18.4'
3636
}
3737
```
3838

plugin-animation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
3535
// In the app build.gradle file
3636
dependencies {
37-
implementation 'com.mapbox.plugin:maps-animation:10.18.3'
37+
implementation 'com.mapbox.plugin:maps-animation:10.18.4'
3838
}
3939
```
4040

plugin-annotation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-annotation:10.18.3'
33+
implementation 'com.mapbox.plugin:maps-annotation:10.18.4'
3434
}
3535
```
3636

plugin-attribution/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
3434
// In the app build.gradle file
3535
dependencies {
36-
implementation 'com.mapbox.plugin:maps-attribution:10.18.3'
36+
implementation 'com.mapbox.plugin:maps-attribution:10.18.4'
3737
}
3838
```
3939

plugin-compass/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-compass:10.18.3'
35+
implementation 'com.mapbox.plugin:maps-compass:10.18.4'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:10.18.3'
37+
implementation 'com.mapbox.plugin:maps-animation:10.18.4'
3838
}
3939
```
4040

plugin-gestures/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-gestures:10.18.3'
33+
implementation 'com.mapbox.plugin:maps-gestures:10.18.4'
3434
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35-
implementation 'com.mapbox.plugin:maps-animation:10.18.3'
35+
implementation 'com.mapbox.plugin:maps-animation:10.18.4'
3636
}
3737
```
3838

plugin-lifecycle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-lifecycle:10.18.3'
33+
implementation 'com.mapbox.plugin:maps-lifecycle:10.18.4'
3434
// Make sure the version of appcompat is 1.3.0+
3535
implementation 'androidx.appcompat:appcompat:1.3.0'
3636
}

plugin-locationcomponent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.3'
35+
implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.4'
3636
}
3737
```
3838

plugin-logo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-logo:10.18.3'
33+
implementation 'com.mapbox.plugin:maps-logo:10.18.4'
3434
}
3535
```
3636

plugin-scalebar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-scalebar:10.18.3'
35+
implementation 'com.mapbox.plugin:maps-scalebar:10.18.4'
3636
}
3737
```
3838

plugin-viewport/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
}
5151
// In the app build.gradle file
5252
dependencies {
53-
implementation 'com.mapbox.plugin:maps-viewport:10.18.3'
53+
implementation 'com.mapbox.plugin:maps-viewport:10.18.4'
5454
}
5555
```
5656

0 commit comments

Comments
 (0)