frankiesardo / icepick

Android Instance State made easy
Eclipse Public License 1.0
3.75k stars 208 forks source link

Proguard rule breaks -repackageclasses #63

Closed vivascu closed 9 years ago

vivascu commented 9 years ago

-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 commented 9 years ago

up

frankiesardo commented 9 years ago

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