Localytics – is a mobile engagement platform helps you discover what makes your users tick, engage them with personalized messages, and optimize your marketing efforts.
ProGuard rules for Localytics
ProGuard removes unused classes, fields, and it optimizes and obfuscates the rest your code. Remaining classes, fields, and methods after obfuscation phase will be with short names. Add the next rules in your proguard-rules.pro configuration file.
################################## Localytics ################################## -keep class com.localytics.android.** { *; } -keepattributes JavascriptInterface -dontwarn com.localytics.android.**
For more information about Localytics please see the website.