Skip to content

Commit bee773d

Browse files
Aaron FioreSomberNight
authored andcommitted
contrib: android: make_apk.sh: add/update testnet comments
1 parent 598e01d commit bee773d

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

contrib/android/make_apk.sh

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,21 @@ info "apk building phase starts."
3434
# Uncomment and change below to set a custom android package id,
3535
# e.g. to allow simultaneous mainnet and testnet installs of the apk.
3636
# defaults:
37+
#
3738
# export APP_PACKAGE_NAME=Electrum
3839
# export APP_PACKAGE_DOMAIN=org.electrum
39-
# FIXME: changing "APP_PACKAGE_NAME" seems to require a clean rebuild of ".buildozer/",
40-
# to avoid that, maybe change "APP_PACKAGE_DOMAIN" instead.
41-
# So, in particular, to build a testnet apk, simply uncomment:
40+
#
41+
# FIXME: changing "APP_PACKAGE_NAME" seems to require a clean rebuild of ".buildozer/".
42+
# However, even with a clean build, the build appears to break in the final stages (~4.7.0).
43+
# To avoid these issues; only change "APP_PACKAGE_DOMAIN" instead.
44+
#
45+
# So, in particular, to build testnet APKs, simply uncomment one of the following at a time (per-build):
46+
#
47+
# Testnet3
4248
#export APP_PACKAGE_DOMAIN=org.electrum.testnet
49+
#
50+
# Testnet4
51+
#export APP_PACKAGE_DOMAIN=org.electrum.testnet4
4352

4453
if [ $CI ]; then
4554
# override log level specified in buildozer.spec to "debug":

0 commit comments

Comments
 (0)