Skip to content

Commit

Permalink
Merge pull request #521 from enyciaa/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sibelius committed Feb 12, 2016
2 parents 1d944a2 + fafe384 commit a975ec9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a975ec9

Please sign in to comment.