Merge pull request #7214 from thundernest/fix_fdroid_build
Fix F-Droid build
This commit is contained in:
commit
a8298006a1
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ android {
|
|||
buildTypes {
|
||||
release {
|
||||
signingConfigs.findByName("release")?.let { releaseSigningConfig ->
|
||||
signingConfig = releaseSigningConfig
|
||||
// The comment in the line below is necessary to prevent F-Droid's build tools from breaking our Gradle
|
||||
// config when stripping the signing config.
|
||||
signingConfig = releaseSigningConfig // F-Droid hack
|
||||
}
|
||||
|
||||
isMinifyEnabled = true
|
||||
|
|
Loading…
Reference in a new issue