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

Commit a2dc033a authored by Jonathan Klee's avatar Jonathan Klee
Browse files

build(app-ose): disable release minify and resource shrinking

parent 2bb3871a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,10 +199,10 @@ android {

    buildTypes {
        getByName("release") {
            isMinifyEnabled = true
            isMinifyEnabled = false
            proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules-release.pro")

            isShrinkResources = true
            isShrinkResources = false

            // must be after signingConfigs {} block
            signingConfig = signingConfigs.findByName("platform")