Updated android build #2172

Merged
PeterSurda merged 4 commits from gitea-69 into v0.6 2024-02-01 05:14:04 +01:00
Showing only changes of commit f88ffccfb0 - Show all commits

View File

@ -225,7 +225,7 @@ android.ant_path = /opt/android/apache-ant
#android.copy_libs = 1 #android.copy_libs = 1
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64 # (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) # (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 # this is not the same as app version and should only be edited if you know what you're doing