Proguard rule breaks -repackageclasses
vivascu opened this issue · 2 comments
vivascu commented
-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
up
frankiesardo commented
It's probably not needed after all. I'll remove it from the readme.