Browse Source

Merge pull request #8700 from SomberNight/202311_apk_build

android build: we always want apks, as we want to use our own privkey
master
ThomasV 2 years ago committed by GitHub
parent
commit
f602b2bbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      contrib/android/buildozer_qml.spec

6
contrib/android/buildozer_qml.spec

@ -202,6 +202,12 @@ android.whitelist = lib-dynload/_csv.so
# (bool) enables Android auto backup feature (Android API >=23)
android.allow_backup = False
# (str) The format used to package the app for release mode (aab or apk or aar).
android.release_artifact = apk
# (str) The format used to package the app for debug mode (apk or aar).
android.debug_artifact = apk
#
# Python for android (p4a) specific
#

Loading…
Cancel
Save