Skip to content

Commit

Permalink
[deps] Bump glnative to 10.18.0, common to 23.10.0. (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev authored May 22, 2024
1 parent dd324af commit 978cc88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

Mapbox welcomes participation and contributions from everyone.

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

## Dependencies
* Update gl-native to v10.18.0 and common to v23.10.0.

# 10.17.1 May 10, 2024
## Features ✨ and improvements 🏁
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens

===========================================================================

### MapboxCoreMaps,10.17.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
### MapboxCoreMaps,10.18.0,Mapbox ToS,Mapbox,https://www.mapbox.com/

```
Mapbox Core Maps version 10.0
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ object Versions {
const val mapboxGestures = "0.9.1" // Required to support compile SDK 30
const val mapboxJavaServices = "5.4.1"
const val mapboxBase = "0.8.0"
const val mapboxGlNative = "10.17.0"
const val mapboxCommon = "23.9.2"
const val mapboxGlNative = "10.18.0"
const val mapboxCommon = "23.10.0"
const val androidxCore = "1.6.0" // Latest version that supports compile SDK 30
const val androidxFragmentTesting = "1.3.6" // Latest version that supports compile SDK 30
const val androidxAnnotation = "1.1.0"
Expand Down

0 comments on commit 978cc88

Please sign in to comment.