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

Unverified Commit 955df47d authored by LuK1337's avatar LuK1337
Browse files

Enable resources shrinking

This reduces final apk size from 12MB to 8.4MB.

Change-Id: I9799988456e51625b4e72e837aadaa82a9fc5ba4
parent 5113f43c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ android_app {

    optimize: {
        proguard_flags_files: ["proguard.flags"],
        shrink_resources: true,
    },

    libs: ["org.apache.http.legacy"],