Nearly forgot the ABI filters

This commit is contained in:
Starlet Leonhart 2019-07-02 17:10:12 -04:00
parent ca1eb1d7e3
commit f5971905d8

View File

@ -15,7 +15,7 @@ android {
}
}
ndk {
abiFilters "arm64-v8a"
abiFilters "arm64-v8a", "armeabi-v7a"
}
}
buildTypes {