Add arm64-v8a and armeabi-v7a build target

This commit is contained in:
Rif'at Ahdi R 2023-09-05 10:03:35 +08:00
parent 40e2dba490
commit df0b5fcd19

View File

@ -54,7 +54,7 @@ android {
abi {
enable true
reset()
include "x86", "x86_64"
include "x86", "x86_64", "arm64-v8a", "armeabi-v7a"
universalApk true
}
}