Skip to content

Commit

Permalink
Prepare MapLibre Android 11.5.1 release (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 4, 2024
1 parent 4d7d5f5 commit 2972708
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion platform/android/MapLibreAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2972708

Please sign in to comment.