You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proguard settings linked in the README are non-descriptive and incomplete. And... they don't actually work.
A possible solution could be to just -keep class me.jfenn.attribouter.** { *; }. But that hasn't exactly been tested. I need to do some testing with the minification settings enabled.
The text was updated successfully, but these errors were encountered:
Also with R8 you can bundle the proguard file with your library so developers using it don't actually have to do anything, that would probably be worth doing when investing time here anyways
Proguard settings linked in the README are non-descriptive and incomplete. And... they don't actually work.
A possible solution could be to just
-keep class me.jfenn.attribouter.** { *; }
. But that hasn't exactly been tested. I need to do some testing with the minification settings enabled.The text was updated successfully, but these errors were encountered: