Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proguard configuration does not support Fragments #100

Open
ghost opened this issue Aug 30, 2013 · 1 comment
Open

Proguard configuration does not support Fragments #100

ghost opened this issue Aug 30, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 30, 2013

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant