1
0

contrib: android: make_apk.sh: add/update testnet comments

This commit is contained in:
2026-02-11 13:49:01 -08:00
parent 3d7d7ac116
commit fdf059744e

View File

@@ -34,12 +34,21 @@ info "apk building phase starts."
# Uncomment and change below to set a custom android package id, # Uncomment and change below to set a custom android package id,
# e.g. to allow simultaneous mainnet and testnet installs of the apk. # e.g. to allow simultaneous mainnet and testnet installs of the apk.
# defaults: # defaults:
#
# export APP_PACKAGE_NAME=Electrum # export APP_PACKAGE_NAME=Electrum
# export APP_PACKAGE_DOMAIN=org.electrum # export APP_PACKAGE_DOMAIN=org.electrum
# FIXME: changing "APP_PACKAGE_NAME" seems to require a clean rebuild of ".buildozer/", #
# to avoid that, maybe change "APP_PACKAGE_DOMAIN" instead. # FIXME: changing "APP_PACKAGE_NAME" seems to require a clean rebuild of ".buildozer/".
# So, in particular, to build a testnet apk, simply uncomment: # However, even with a clean build, the build appears to break in the final stages (~4.7.0).
# To avoid these issues; only change "APP_PACKAGE_DOMAIN" instead.
#
# So, in particular, to build testnet APKs, simply uncomment one of the following at a time (per-build):
#
# Testnet3
#export APP_PACKAGE_DOMAIN=org.electrum.testnet #export APP_PACKAGE_DOMAIN=org.electrum.testnet
#
# Testnet4
#export APP_PACKAGE_DOMAIN=org.electrum.testnet4
if [ $CI ]; then if [ $CI ]; then
# override log level specified in buildozer.spec to "debug": # override log level specified in buildozer.spec to "debug":