Explicitly specify NDK version

pull/175/head
M66B 5 years ago
parent 2f9ae7c902
commit 5a7e7f7e6a

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

Loading…
Cancel
Save