fdroid: build in release mode (directly building the app will default to debug mode)

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-11-01 15:32:13 -06:00
parent 06ea090670
commit 35d3de2d89

View File

@ -18,7 +18,7 @@ Builds:
commit: HEAD commit: HEAD
build: build:
- mvn clean install -f ../lib/pom.xml - mvn clean install -f ../lib/pom.xml
- mvn clean install - mvn clean install -Dandroid.release=true
subdir: android subdir: android
output: target/*.apk output: target/*.apk