Merge pull request #7214 from thundernest/fix_fdroid_build

Fix F-Droid build
This commit is contained in:
cketti 2023-10-04 14:35:10 +02:00 committed by GitHub
commit a8298006a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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