forked from organicmaps/organicmaps
[android] Update Android NDK to the latest LTS
Fixes "Requested NDK version 21.3.6528147 did not match the version 21.4.7075529 requested by ndk.dir" Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
ce5b0187b3
commit
a4ca4f454a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ configurations.all {
|
|||
}
|
||||
|
||||
android {
|
||||
ndkVersion = "21.3.6528147"
|
||||
ndkVersion = "21.4.7075529"
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue