Skip to content

Commit 978cc88

Browse files
authored
[deps] Bump glnative to 10.18.0, common to 23.10.0. (#2494)
1 parent dd324af commit 978cc88

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
# main
5+
# 10.18.0
6+
## Bug fixes 🐞
7+
* Reduce unnecessary usage of main thread during lifecycle monitoring.
8+
* Fixed invalid circle order while using circle-sort-key. Fixed duplicate circles in static viewport mode.
9+
* Fixed a crash during style change.
610

11+
## Dependencies
12+
* Update gl-native to v10.18.0 and common to v23.10.0.
713

814
# 10.17.1 May 10, 2024
915
## Features ✨ and improvements 🏁

LICENSE.md

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

359359
===========================================================================
360360

361-
### MapboxCoreMaps,10.17.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
361+
### MapboxCoreMaps,10.18.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
362362

363363
```
364364
Mapbox Core Maps version 10.0

buildSrc/src/main/kotlin/Project.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ object Versions {
114114
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
115115
const val mapboxJavaServices = "5.4.1"
116116
const val mapboxBase = "0.8.0"
117-
const val mapboxGlNative = "10.17.0"
118-
const val mapboxCommon = "23.9.2"
117+
const val mapboxGlNative = "10.18.0"
118+
const val mapboxCommon = "23.10.0"
119119
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
120120
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
121121
const val androidxAnnotation = "1.1.0"

0 commit comments

Comments
 (0)