Switch to NDK 21

pull/175/head
M66B 5 years ago
parent 592dc107ef
commit dd9f7d408a

@ -29,8 +29,8 @@ android {
// https://developer.android.com/guide/topics/graphics/vector-drawable-resources // https://developer.android.com/guide/topics/graphics/vector-drawable-resources
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndkVersion "20.0.5594570" //ndkVersion "20.0.5594570"
//ndkVersion "21.0.6113669" ndkVersion "21.0.6113669"
ndk { ndk {
// Bugsnag // Bugsnag
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"

Loading…
Cancel
Save