TedPermission ProGuard rules

TedPermission – is an easy check permission library for Android.

ProGuard rules for TedPermission

ProGuard recursively determines which classes and methods are used. All other classes and methods are discarded. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation step. You have to set up a ProGuard configuration.

# TedPermission
-keepattributes *Annotation*
-keepclassmembers class ** {
    @com.squareup.otto.Subscribe public *;
    @com.squareup.otto.Produce public *;
}

For more information about TedPermission please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules