Skip to content

Commit a577dae

Browse files
authored
Prepare MapLibre Android 11.8.1 release (#3194)
1 parent c32c74f commit a577dae

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

platform/android/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog MapLibre Native for Android
22

3+
## 11.8.1
4+
5+
> [!NOTE]
6+
> We are now releasing OpenGL ES and Vulkan variants of MapLibre Android. See the [11.7.0 release notes](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.7.0) for details.
7+
8+
### ✨ Features and improvements
9+
10+
- Bind global uniform buffers at the end of the custom layer tweaker ([#3186](https://github.com/maplibre/maplibre-native/pull/3186)).
11+
12+
### 🐞 Bug fixes
13+
14+
- (Vulkan) Fix TextureMode crash ([#3144](https://github.com/maplibre/maplibre-native/pull/3144)).
15+
- (Vulkan) Use timestamps for image descriptor updates ([#3152](https://github.com/maplibre/maplibre-native/pull/3152)).
16+
- Change runtime error to the nullptr returning ([#3184](https://github.com/maplibre/maplibre-native/pull/3184)).
17+
318
## 11.8.0
419

520
> [!NOTE]

platform/android/MapLibreAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=11.8.0
1+
VERSION_NAME=11.8.1
22

33
# Only build native dependencies for the current ABI
44
# See https://code.google.com/p/android/issues/detail?id=221098#c20

0 commit comments

Comments
 (0)