From 978cc880c2d18a3a7cf66de7dfdff48162a13025 Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Wed, 22 May 2024 16:03:02 +0300 Subject: [PATCH] [deps] Bump glnative to 10.18.0, common to 23.10.0. (#2494) --- CHANGELOG.md | 8 +++++++- LICENSE.md | 2 +- buildSrc/src/main/kotlin/Project.kt | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba192ca83..ec2a80c7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🏁 diff --git a/LICENSE.md b/LICENSE.md index 539e17e5d3..d12d5ca20d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/buildSrc/src/main/kotlin/Project.kt b/buildSrc/src/main/kotlin/Project.kt index c78f3b1588..a54fc7fb93 100644 --- a/buildSrc/src/main/kotlin/Project.kt +++ b/buildSrc/src/main/kotlin/Project.kt @@ -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"