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

Commit 45485704 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Shrink resources in release builds

parent 723a5c48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ android {
        }
        release {
            minifyEnabled true
            shrinkResources = true
            proguardFiles 'proguard.flags'
            signingConfig = signingConfigs.testkey
        }