mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Enable arm64 and x86_64
This commit is contained in:
parent
424d1a83fe
commit
34087d380d
@ -28,7 +28,7 @@ android {
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a" , "x86" // , "x86_64" , "arm64-v8a"
|
||||
abiFilters "armeabi-v7a" , "x86" , "x86_64" , "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user