From 31d3000864c5ca93d3cfc521dac43b4fb0c0df95 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Mon, 8 Mar 2021 11:45:49 +0100 Subject: [PATCH] [android] Set proper NDK version in gradle Signed-off-by: Alexander Borsuk --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index ab6a2338b5..51945e347e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -158,6 +158,8 @@ android { // All properties are read from gradle.properties file compileSdkVersion propCompileSdkVersion.toInteger() + ndkVersion '21.4.7075529' + defaultConfig { vectorDrawables.useSupportLibrary = true // Default package name is taken from the manifest and should be app.omaps