salema / PodCatcher-Deluxe-Android

The Android PodCatcher Deluxe apps
http://www.podcatcher-deluxe.com
GNU General Public License v3.0
8 stars 5 forks source link

Try shrinkResources true in gradle build script? #174

Closed salema closed 9 years ago

salema commented 9 years ago

android { buildTypes { release { minifyEnabled true shrinkResources true } } }

salema commented 9 years ago

This is not needed for my app