Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a8298006 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #7214 from thundernest/fix_fdroid_build

Fix F-Droid build
parents 8248b220 8b9abf2b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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