Trying and fix F-Droid build. [skip ci]

This commit is contained in:
Antoine POPINEAU 2019-11-06 01:08:30 +01:00
parent 28d395e1da
commit 3cd1d77b85
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ android {
buildTypes {
getByName("release") {
signingConfig = signingConfigs.getByName("release")
if (props.hasProperty("signing.store")) {
signingConfig = signingConfigs.getByName("release")
}
isMinifyEnabled = false