Skip to content

Commit

Permalink
Prepare MapLibre Android 11.3.0 release (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Sep 5, 2024
1 parent 622c96f commit 4b5d06d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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
Expand Down

0 comments on commit 4b5d06d

Please sign in to comment.