From 35d3de2d89068dbb2fbed761a16d7d37dceb57e3 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 1 Nov 2020 15:32:13 -0600 Subject: [PATCH] fdroid: build in release mode (directly building the app will default to debug mode) --- .fdroid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fdroid.yml b/.fdroid.yml index 1a1ab5e..349ea1d 100644 --- a/.fdroid.yml +++ b/.fdroid.yml @@ -18,7 +18,7 @@ Builds: commit: HEAD build: - mvn clean install -f ../lib/pom.xml - - mvn clean install + - mvn clean install -Dandroid.release=true subdir: android output: target/*.apk