From c13da0f0a24bc87bbbc4d3019b1d3c90e6553a0e Mon Sep 17 00:00:00 2001 From: Andrei Shkrob Date: Fri, 4 Jul 2025 18:59:13 +0200 Subject: [PATCH] [android] add ndkVersion to app/build.gradle Signed-off-by: Andrei Shkrob --- android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index bd7a05f1a..8917be0c0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,6 +39,9 @@ project.ext.appName = 'CoMaps' android { namespace 'app.organicmaps' + // TODO: it should not be here, but in sdk/build.gradle. But for some reason it should be specified here as well. + ndkVersion '28.2.13676358' + dependenciesInfo { // Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid) includeInApk = false