Android Countly ProGuard rules

Countly – is a unified mobile & web analytics and marketing platform for enterprise.

Countly provides more SDKs for more platforms than any other analytics platforms, thanks to Countly’s open source nature and contributions from our community.

ProGuard rules for Countly

ProGuard can, for example, analyze the transitive dependencies in your code and remove unused elements. In the obfuscation step, ProGuard renames classes and class members that are not entry points. Use the following ProGuard-style specification for your proguard-rules.pro file.

################################### Countly ####################################
-keep class org.openudid.** { *; }

For more information about Countly please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules