Android Appboy ProGuard rules

Appboy – is the platform of choice for serious growth, engagement, and marketing teams everywhere.

ProGuard rules for Appboy

By default, shrinking is applied; all classes and methods are removed. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation phase. Specify the following ProGuard rules to fix errors and force ProGuard to keep certain code.

#################################### Appboy ####################################
-keep class bo.app.** { *; }
-keep class com.appboy.** { *; }

If you are integrating Baidu Cloud Push with Appboy, add:

#################################### Appboy ####################################
-dontwarn com.baidu.**
-keep class com.baidu.** { *; }

If using Fresco, add the latest Proguard rules.

For more information about Appboy please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules