[android] Set proper NDK version in gradle

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-03-08 11:45:49 +01:00 committed by Alexander Borsuk
parent 3f0035d1c7
commit 31d3000864

View file

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