artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

Proguard #166

Closed regisd closed 9 years ago

regisd commented 9 years ago

Apply proguard on release. This reduces the apk size from 2.7MB to 2.0MB

I have not applied the proguarding on debug because it slows down the build – ideally we could have build flavors.

I have manually tested the app, but this change is riskier than my other changes today – risk of crash with NoClassDefFound

ilya-murzinov commented 9 years ago

@regisd, I have no experience with Proguard. @artem-zinnatullin, please take a look!

artem-zinnatullin commented 9 years ago

LGTM, thanks!