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 rule breaks -repackageclasses #63

Closed
vivascu opened this issue Aug 26, 2015 · 2 comments
Closed

Proguard rule breaks -repackageclasses #63

vivascu opened this issue Aug 26, 2015 · 2 comments

Comments

@vivascu
Copy link

vivascu commented Aug 26, 2015

-keepnames class * { @icepick.State *; }
prevents proguard to execute
-repackageclasses 'k'

If I remove the keepnames line obfuscation runs as expected. And strangely it does not seem to affect the app.

Could you suggest why this is happening and if I really need this line in the proguard rules ?

@SilkSama
Copy link

up

@frankiesardo
Copy link
Owner

It's probably not needed after all. I'll remove it from the readme.

SilkSama pushed a commit to SilkSama/android-proguard-snippets that referenced this issue Oct 13, 2015
krschultz added a commit to krschultz/android-proguard-snippets that referenced this issue Oct 22, 2015
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

3 participants