Skip to content

Commit

Permalink
Prepare MapLibre Android 11.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 4, 2024
1 parent 4d7d5f5 commit 2f7b848
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages-android-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: gh-pages-android-api

on:
workflow_dispatch:
workflow_run:
workflows: [android-release]
types:
- completed

jobs:
gh-pages-android-api:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
...
}
```
Expand Down
11 changes: 11 additions & 0 deletions platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f7b848

Please sign in to comment.