From 83bc8570fbbe72f52e26d3b4ded6b1ca9dbf064a Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Thu, 23 May 2024 18:07:51 +0200 Subject: [PATCH] Add changelog entry and version name --- platform/android/CHANGELOG.md | 4 ++++ platform/android/MapboxGLAndroidSDK/gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index f53ae7b4801..812a60644fc 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,10 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C ### ✨ Features and improvements +# 10.3.2-pre0 + +A special release for a particular user experiencing rare crashes in the field only. See [#2423](https://github.com/maplibre/maplibre-native/pull/2423) for more information + ### 🐞 Bug fixes ## 10.3.1 diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties index c11bde5e9f5..9eb130a70aa 100644 --- a/platform/android/MapboxGLAndroidSDK/gradle.properties +++ b/platform/android/MapboxGLAndroidSDK/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.3.1 +VERSION_NAME=10.3.2-pre0 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20