diff --git a/contrib/android/make_apk.sh b/contrib/android/make_apk.sh index 0da3dc144..d9b1bd9ef 100755 --- a/contrib/android/make_apk.sh +++ b/contrib/android/make_apk.sh @@ -45,7 +45,7 @@ info "apk building phase starts." # So, in particular, to build a testnet apk, simply uncomment: #export APP_PACKAGE_DOMAIN=org.electrum.testnet -if [ ! $CI ]; then +if [ $CI ]; then # override log level specified in buildozer.spec to "debug": export BUILDOZER_LOG_LEVEL=2 fi