mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 22:36:29 +02:00
Add arm64-v8a and armeabi-v7a build target
This commit is contained in:
@@ -54,7 +54,7 @@ android {
|
||||
abi {
|
||||
enable true
|
||||
reset()
|
||||
include "x86", "x86_64"
|
||||
include "x86", "x86_64", "arm64-v8a", "armeabi-v7a"
|
||||
universalApk true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user