From f26a5c740ea0384e363a6ed70b4ff3e190fc955a Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Thu, 10 Oct 2024 14:32:46 +0300 Subject: [PATCH] Update glnative to 11.7.1, common to 24.7.1. (#2784) --- CHANGELOG.md | 7 +++++++ LICENSE.md | 2 +- gradle/libs.versions.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc9bdfecd..066a3f63aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Mapbox welcomes participation and contributions from everyone. # main +# 11.7.1 +## Bug fixes 🐞 +* Respect polygons with holes on querying rendered features. + +## Dependencies +* Update gl-native to v11.7.1 and common to v24.7.1. + # 11.7.0 September 26, 2024 ## Features ✨ and improvements 🏁 * [compose] Introduce `PointAnnotationState.iconOcclusionOpacity`, `PointAnnotationState.textOcclusionOpacity` to control occlusion opacity for individual point annotation. diff --git a/LICENSE.md b/LICENSE.md index 6b2a851dc7..487c88128f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -444,7 +444,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.7.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.7.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2b375ee22b..dcc5800509 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,8 +34,8 @@ japicmp = "0.4.1" # Dependencies # GlNative and Common are used by the convention plugin -mapboxGlNative = "11.7.0" -mapboxCommon = "24.7.0" +mapboxGlNative = "11.7.1" +mapboxCommon = "24.7.1" mapboxBase = "0.11.0" mapboxGestures = "0.8.0"