From f35a57f56f5fa3f2c95f1e85db794c07d304cd30 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 1 Nov 2024 04:15:46 +0100 Subject: [PATCH] Prepare MapLibre Android 11.6.0 release (#2982) --- platform/android/CHANGELOG.md | 11 +++++++++++ platform/android/MapLibreAndroid/gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 71845d568a8..0728dc8938b 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,17 @@ ### 🐞 Bug fixes +## 11.6.0 + +### ✨ Features and improvements + +- Add support for `text-variable-anchor-offset` property ([#2921](https://github.com/maplibre/maplibre-native/pull/2921)). +- Change `parameters.currentLayer` to `index` instead of `layerIndex` ([#2956](https://github.com/maplibre/maplibre-native/pull/2956)). + +### 🐞 Bug fixes + +- Fix MapSnapshotter icon loading ([#2967](https://github.com/maplibre/maplibre-native/pull/2967)). + ## 11.5.2 ### ✨ Features and improvements diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index aac54d8ebe9..840da405bfd 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.5.2 +VERSION_NAME=11.6.0 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20