[android] add ndkVersion to app/build.gradle

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-07-04 18:59:13 +02:00
committed by Konstantin Pastbin
parent dd023b65c7
commit c13da0f0a2

View File

@@ -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