Added x86_64 libs

This commit is contained in:
Duy Tran Khanh 2021-09-07 17:31:18 +07:00
parent 568f52c541
commit 00f59fd972
3 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ android {
versionName getVersionName()
multiDexEnabled true //important
ndk {
abiFilters 'arm64-v8a'
abiFilters 'arm64-v8a', 'x86_64'
}
}