Browse Source

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

housekeeping/remove-warnings
Antoine POPINEAU 5 years ago
parent
commit
3cd1d77b85
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 4
      app/build.gradle.kts

4
app/build.gradle.kts

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

Loading…
Cancel
Save