Specify NDK version

This commit is contained in:
M66B 2023-10-09 09:43:51 +02:00
parent 86ba6346ce
commit b068900a3e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ android {
}
}
//ndkVersion "21.4.7075529"
ndkVersion "25.2.9519653"
ndk {
// https://developer.android.com/ndk/guides/abis.html#sa
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'