Update build.gradle

This commit is contained in:
vshcherb 2019-10-28 16:29:06 +01:00 committed by GitHub
parent 63ec287e1c
commit a6dadada8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,10 +141,16 @@ android {
abiFilter 'x86'
}
}
x86_64 {
dimension "abi"
ndk {
abiFilter 'x86_64'
}
}
fat {
dimension "abi"
ndk {
abiFilters 'arm64-v8a', 'x86', 'armeabi-v7a'
abiFilters 'arm64-v8a', 'x86', 'x86_64', 'armeabi-v7a'
}
}