louis993546 / Loft-Android

Living with roommates make easy (on Android)
GNU General Public License v3.0
1 stars 0 forks source link

Proguard/R8 #22

Open louis993546 opened 5 years ago

louis993546 commented 5 years ago

Figure out how to do code shrinking properly

louis993546 commented 5 years ago

Preliminary result: ProGuard is able to shrink it from a 4 to a 2MB with minimal effort (see 0345b7b above)

screenshot 2018-11-11 at 09 50 56

Now I just need to find a way to check if release build w/ code shrinking breaks functionality in a less convoluted way (#9 and #10)