update android arch for multi build

This commit is contained in:
surbhicis 2022-08-26 12:22:36 +05:30
parent e4b91a011a
commit 942c27a7fb
Signed by untrusted user: surbhicis
GPG Key ID: 48A8C2D218DE7B0B

View File

@ -225,7 +225,7 @@ android.ant_path = /opt/android/apache-ant
#android.copy_libs = 1
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
android.arch = x86
android.archs = armeabi-v7a, arm64-v8a, x86, x86_64
# (int) overrides automatic versionCode computation (used in build.gradle)
# this is not the same as app version and should only be edited if you know what you're doing