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