From 898c940de0ade6f91053b1771b64c9473318062d Mon Sep 17 00:00:00 2001 From: x7z4w Date: Thu, 10 Jul 2025 18:34:20 +0000 Subject: [PATCH] [android] Bump ndkVersion Signed-off-by: x7z4w --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 54714ad4c..8ee533d65 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -87,7 +87,7 @@ android { // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger() - ndkVersion '27.2.12479018' + ndkVersion '28.2.13676358' defaultConfig { // Default package name is taken from the manifest and should be app.comaps