AppIntro ProGuard rules

AppIntro – Android Library that helps you make a cool intro for your app, like the ones in Google apps.

ProGuard rules for AppIntro

ProGuard obfuscates method names and may remove methods, which are not invoked. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation step.

A ProGuard configuration is provided as part of the library.

-keep class com.github.paolorotolo.** {*;}

For more information about AppIntro please see the website.

Static Gson ProGuard rules

Popular ProGuard rules