Favor – is a library that provides easy way of using Android SharedPreferences.
ProGuard rules for Favor
ProGuard's optimization phase will remove unused classes, attributes . After ProGuard shrinks and obfuscates code, short names like 'a', 'b', etc. are used as obfuscated names. You have to set up a ProGuard configuration.
# Favor -dontwarn com.cocosw.favor.** { *; } -keep class com.cocosw.favor.** { *; }
For more information about Favor please see the website.