Aesthetic – is an easy to use, fast, Rx-powered theme engine for Android applications.
ProGuard rules for Aesthetic
ProGuard optimizes the code and and removes unused classes, methods. Obfuscating code that performs reflection may cause of error. Use the next rules in your ProGuard proguard-rules.pro file.
# Aesthetic -keep class android.support.design.widget.** { *; }
For more information about Aesthetic please see the website.