1
0

android build: factor out package name ("org.electrum.electrum")

to make it easier to change, to make it easy to have a co-existing mainnet and testnet install
(or two mainnet installs, etc)
This commit is contained in:
SomberNight
2022-07-07 19:03:06 +02:00
parent bcbe69672e
commit e72f575eea
4 changed files with 31 additions and 9 deletions

View File

@@ -42,6 +42,11 @@ pushd "$CONTRIB_ANDROID"
info "apk building phase starts."
# Uncomment and change below to set a custom android package id,
# e.g. to allow simultaneous mainnet and testnet installs of the apk.
# export APP_PACKAGE_NAME=Electrum
# export APP_PACKAGE_DOMAIN=org.electrum
if [ ! $CI ]; then
# override log level specified in buildozer.spec to "debug":
export BUILDOZER_LOG_LEVEL=2