From 4bd0ec921e7ba0b074fef28604febd7ad9d57d01 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 31 Jul 2020 10:58:20 -0300 Subject: Enable code minification for release builds of all apps Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason. --- wallet/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/.gitlab-ci.yml') diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index c417aa9..42f561d 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -25,7 +25,7 @@ wallet_deploy_nightly: # Ensure that key exists - test -z "$DEBUG_KEYSTORE" && exit 0 # Build the APK - - ./gradlew :wallet:assembleNightlyDebug + - ./gradlew :wallet:assembleNightlyRelease # START only needed while patch not accepted/released upstream - apt update && apt install patch - patch -b /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch -- cgit v1.2.3