iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Proguard: Run in release #171

Closed marczych closed 10 years ago

marczych commented 10 years ago

For us, the primary benefit of running proguard is to remove unused methods. This is particularly important to remove library code that we never reference.

This drops APK size of iFixit from 3.5MB to 3.1MB and Dozuki from 4.7MB to 4.1MB.