Parallax Everywhere ProGuard rules

Parallax Everywhere – is a library with alternative Android views using parallax effects.

ProGuard rules for Parallax Everywhere

ProGuard removes classes, and attributes and fields in the shrinking phase. Remaining classes, fields, and methods after obfuscation phase will be with short names. You have to specify the following rules in your ProGuard proguard-rules.pro file.

# Parallax Everywhere
-dontwarn com.fmsirvent.ParallaxEverywhere.**

For more information about Parallax Everywhere please see the website.

Static Gson ProGuard rules

Popular ProGuard rules