From 8f706185bbfa4a6fcc0d7456b1302b4f24f18279 Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 5 Jul 2024 18:21:58 +0300 Subject: [PATCH] [Port] Upgrade to GL-Native 11.5.1 (#2606) (#2607) --- CHANGELOG.md | 2 +- LICENSE.md | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4449458b96..d795eff1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ Mapbox welcomes participation and contributions from everyone. * Fix crash on multiple style pack loading operations. ## Dependencies -* Update gl-native to v11.5.0 and common to v24.5.0. +* Update gl-native to v11.5.1 and common to v24.5.0. # 11.5.0-rc.1 June 20, 2024 ## Breaking changes ⚠️ diff --git a/LICENSE.md b/LICENSE.md index 91afeade03..cd4d07bff2 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.5.0,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.5.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 294e9e3099..a378093b66 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ japicmp = "0.4.1" # Dependencies mapboxBase = "0.11.0" -mapboxGlNative = "11.5.0" +mapboxGlNative = "11.5.1" mapboxCommon = "24.5.0" mapboxGestures = "0.8.0" mapboxJavaServices = "5.4.1"