[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:
Roman Tsisyk 2021-02-13 18:33:51 +03:00
parent ce5b0187b3
commit a4ca4f454a

View file

@ -160,7 +160,7 @@ configurations.all {
}
android {
ndkVersion = "21.3.6528147"
ndkVersion = "21.4.7075529"
dataBinding {
enabled = true
}