From 6703faaae2e70132c86c4379873d52c6a7155109 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Tue, 4 Feb 2025 15:37:06 +0700 Subject: [PATCH] [android] Update NDK to r27c Signed-off-by: Konstantin Pastbin --- 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 dba1e60c79..ce3873bc2d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -100,7 +100,7 @@ android { // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger() - ndkVersion '27.1.12297006' + ndkVersion '27.2.12479018' defaultConfig { // Default package name is taken from the manifest and should be app.organicmaps