From 4b5d06d90870080276bef5ca516b3ba91a4fc512 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 6 Sep 2024 00:07:05 +0200 Subject: [PATCH] Prepare MapLibre Android 11.3.0 release (#2804) --- platform/android/CHANGELOG.md | 13 ++++++++++++- platform/android/MapLibreAndroid/gradle.properties | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 26a3693bdd7..242eaa7bb14 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,10 +4,21 @@ ### ✨ Features and improvements -- Added new map observer events: onPreCompileShader, onPostCompileShader, onShaderCompileFailed, onGlyphsLoaded, onGlyphsError, onGlyphsRequested, onTileAction, onSpriteLoaded, onSpriteError, onSpriteRequested ([#2694](https://github.com/maplibre/maplibre-native/pull/2694)). +### 🐞 Bug fixes + +## 11.3.0 + +### ✨ Features and improvements + +- Added new map observer events: `onPreCompileShader`, `onPostCompileShader`, `onShaderCompileFailed`, `onGlyphsLoaded`, `onGlyphsError`, `onGlyphsRequested`, `onTileAction`, `onSpriteLoaded`, `onSpriteError`, `onSpriteRequested` ([#2694](https://github.com/maplibre/maplibre-native/pull/2694)). +- Correct and revise OpenGL texture pooling ([#2709](https://github.com/maplibre/maplibre-native/pull/2709)). +- Update Android dependencies ([#2794](https://github.com/maplibre/maplibre-native/pull/2794)). +- Make project compatible again with Java 11, based on feedback from @alasram ([#2799](https://github.com/maplibre/maplibre-native/pull/2799)). ### 🐞 Bug fixes +- Fix raster masking bug ([#2798](https://github.com/maplibre/maplibre-native/pull/2798)). + ## 11.2.0 ### ✨ Features and improvements diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index b4fbd2c0ba3..2ff0fac1927 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.2.0 +VERSION_NAME=11.3.0 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20