takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
http://androidkickstartr.com
Other
608 stars 116 forks source link

Proguard configuration does not support Fragments #100

Open ghost opened 11 years ago

ghost commented 11 years ago

Current proguard configuration obfuscate all the Fragment classes including SherlockFragment, v4.Fragment, Fragment.

Following lines should be included in the proguard.cfg:

-keep class android.support.v4.* { ; } -keep public class * extends android.support.v4. -keep public class * extends android.app.Fragment

Issue described in details here

a-thomas commented 11 years ago

Thanks a lot for this feedback. We definitely need to update the proguard conf.