Skip to content
chrisrhoden edited this page Mar 21, 2013 · 1 revision

Because plugins are loaded dynamically, you will need to add the following line to your proguard configuration to ensure that they make the trip unscathed.

-keep public class * implements org.prx.android.playerhater.plugins.PlayerHaterPlugin
Clone this wiki locally