Android Mixpanel ProGuard rules

Mixpanel – is a business analytics service that deeply understand every user's journey with instant insights for everyone on mobile and web.

ProGuard rules for Mixpanel

Classes that aren't called at all will be removed by ProGuard optimization phase. ProGuard obfuscates the remaining classes, fields, and methods with short names. Use the following rules in your proguard-rules.pro configuration file.

################################### Mixpanel ###################################
-dontwarn com.mixpanel.** 

For more information about Mixpanel please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules