Skip to content

Commit 70a97a9

Browse files
authored
Bump glNative to 11.11.4 (#3070)
* Bump glNative to 11.11.4 * Update circle ci params
1 parent 5cdd609 commit 70a97a9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.
44

55
# main
66

7+
# 11.11.1
8+
## Bug fixes 🐞
9+
* Fixed a crash that occurred when a runtime-added unused image was removed and later reused.
10+
11+
## Dependencies
12+
* Update gl-native to v11.11.4.
713

814
# 11.11.0 March 26, 2025
915
## Features ✨ and improvements 🏁

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
482482

483483
===========================================================================
484484

485-
### MapboxCoreMaps,11.11.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.11.4,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ japicmp = "0.4.1"
3535
# Dependencies
3636

3737
# GlNative and Common are used by the convention plugin
38-
mapboxGlNative = "11.11.0"
38+
mapboxGlNative = "11.11.4"
3939
mapboxCommon = "24.11.0"
4040

4141
mapboxBase = "0.11.0"

0 commit comments

Comments
 (0)