From 2972708b9edcc123b6c5d803424b54b81ea70138 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 4 Oct 2024 14:54:16 +0200 Subject: [PATCH] Prepare MapLibre Android 11.5.1 release (#2904) --- .github/workflows/gh-pages-android-api.yml | 4 ++++ README.md | 2 +- platform/android/CHANGELOG.md | 11 +++++++++++ platform/android/MapLibreAndroid/gradle.properties | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages-android-api.yml b/.github/workflows/gh-pages-android-api.yml index eab0d4f719c..64c925a8209 100644 --- a/.github/workflows/gh-pages-android-api.yml +++ b/.github/workflows/gh-pages-android-api.yml @@ -2,6 +2,10 @@ name: gh-pages-android-api on: workflow_dispatch: + workflow_run: + workflows: [android-release] + types: + - completed jobs: gh-pages-android-api: diff --git a/README.md b/README.md index a19f4603470..8fa6c7a213a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add [the latest version](https://central.sonatype.com/artifact/org.maplibre.gl/a ```gradle dependencies { ... - implementation 'org.maplibre.gl:android-sdk:11.5.0' + implementation 'org.maplibre.gl:android-sdk:11.5.1' ... } ``` diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index b4d93c74b2d..7aad0daefec 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,17 @@ ### 🐞 Bug fixes +## 11.5.1 + +### ✨ Features and improvements + +- Add `PropertyFactory.iconPadding(Float)` overload for better backcompat ([#2880](https://github.com/maplibre/maplibre-native/pull/2880)). + +### 🐞 Bug fixes + +- Android renderThreadManager changed to non static ([#2872](https://github.com/maplibre/maplibre-native/pull/2872)). +- Make sure `Scheduler::GetCurrent()` cannot return a nullptr ([#2887](https://github.com/maplibre/maplibre-native/pull/2887)). This should fix a crash on startup when the library is not initialized on the main thread. + ## 11.5.0 ### ✨ Features and improvements diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index 5f44f598d97..538a3449507 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.5.0 +VERSION_NAME=11.5.1 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20