DBFlow ProGuard rules

DBFlow – robust, powerful, and very simple ORM Android database library with annotation processing.

The library is built on speed, performance, and approachability. It not only eliminates most boiler-plate code for dealing with databases, but also provides a powerful and simple API to manage interactions.

ProGuard rules for DBFlow

ProGuard obfuscates class names and may shrink classes, which are not used. ProGuard renames classes and class members that are not entry points. To fix errors specify the next rules in proguard-rules.pro file.

# DBFlow
-keep class * extends com.raizlabs.android.dbflow.config.DatabaseHolder { *; }

For more information about please see DBFlow website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules