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

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

Shrink resources in release builds

parent fbf61423
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
        }