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

Commit 78db5493 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #1119 Enable code minification

parent 4aa7b2a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android {
        }

        release {
            minifyEnabled false
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
+2 −1
Original line number Diff line number Diff line
- 🔒 Prevent screen capture (#1098)
- 🖼 Convert widget previews to WebP to reduce app size (#1120) by @connyduck
- 🖼 Enable code minification (#1119)
 No newline at end of file