forked from organicmaps/organicmaps
[android] Set proper NDK version in gradle
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
3f0035d1c7
commit
31d3000864
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue