Explicitly specify NDK version

This commit is contained in:
M66B 2020-02-27 13:12:27 +01:00
parent 2f9ae7c902
commit 5a7e7f7e6a
1 changed files with 1 additions and 0 deletions

View File

@ -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"