Skip to content
Andrew Horishnii edited this page Dec 3, 2015 · 1 revision

Configuring ProGuard

To use ProGuard need --keep all database entities.

For example:

-keep public class your_project_package.entities.** { *; }

Clone this wiki locally