From fafe384bcf4cb47236fd561ba3a810e3c32a7327 Mon Sep 17 00:00:00 2001 From: enyciaa Date: Fri, 12 Feb 2016 14:53:15 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9d7082cc..d6e56242 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,12 @@ books.add(new Book("isbn789", "Title here 3", "4nd edition")) SugarRecord.saveInTx(books); ``` +### When using ProGuard +```java +# Ensures entities remain un-obfuscated so table and columns are named correctly +-keep class com.yourpackage.yourapp.domainclasspackage.** { *; } +``` + ## [CHANGELOG](https://github.com/satyan/sugar/blob/master/CHANGELOG.md) ## Contributing