Remove x86 arch

This commit is contained in:
Lee Miller 2024-01-31 18:38:07 +02:00
parent 43ad5f38f8
commit f88ffccfb0
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

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.archs = armeabi-v7a, arm64-v8a, x86, x86_64
android.archs = armeabi-v7a, arm64-v8a, 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