From e7974d011211aa702f7abc5b16339ae7264146ec Mon Sep 17 00:00:00 2001 From: Tim Sylvester Date: Mon, 8 Jul 2024 08:05:27 -0700 Subject: [PATCH] update version --- platform/android/CHANGELOG.md | 6 ++++++ platform/android/MapboxGLAndroidSDK/gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index effc4618296..4851081b8e9 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,12 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C ### ✨ Features and improvements +## 10.3.2-hwasan1 + +Special pre-release with hwasan enabled. + +Only ABI armv8 is enabled, to avoid `unsupported option '-fsanitize=hwaddress' for target 'armv7-...'` + ## 10.3.2-pre3 - Additional symbol instance checks building on previous success in detecting corruption and avoiding crashes diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties index eb0a2185e5f..df33579215b 100644 --- a/platform/android/MapboxGLAndroidSDK/gradle.properties +++ b/platform/android/MapboxGLAndroidSDK/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.3.2-pre3 +VERSION_NAME=10.3.2-hwasan1 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20