diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index e0693297045..2f11d79b7ff 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,17 @@ ### 🐞 Bug fixes +## 11.8.2 + +### ✨ Features and improvements + +- Eliminate copies in deferred cleanup ([#3035](https://github.com/maplibre/maplibre-native/pull/3035)). +- (Custom Layer Support) Reset depth stencil state for render pass ([#3230](https://github.com/maplibre/maplibre-native/pull/3230)). + +### 🐞 Bug fixes + +- Fix texture view cleanup ([#3254](https://github.com/maplibre/maplibre-native/pull/3254)). Possible fix for [issue](https://github.com/maplibre/maplibre-native/issues/3241) reported by Lyft. + ## 11.8.1 > [!NOTE] diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index 3b41409ee09..aaea8d549ae 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.8.1 +VERSION_NAME=11.8.2 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20