Closed vivascu closed 9 years ago
-keepnames class * { @icepick.State *; } prevents proguard to execute -repackageclasses 'k'
-keepnames class * { @icepick.State *; }
-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 ?
up
It's probably not needed after all. I'll remove it from the readme.
-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 ?