Skip to content

Commit

Permalink
Merge pull request #736 from hearsilent/patch-1
Browse files Browse the repository at this point in the history
Update proguard
  • Loading branch information
guolindev authored Aug 20, 2021
2 parents ac60c1f + 4e0aba6 commit d19332a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,17 +435,8 @@ LitePal.runInTransaction {
If you are using ProGuard you might need to add the following option:

```proguard
-keep class org.litepal.** {
*;
}
-keep class * extends org.litepal.crud.DataSupport {
*;
}
-keep class * extends org.litepal.crud.LitePalSupport {
*;
}
-keep class org.litepal.** {*;}
-keep class * extends org.litepal.crud.LitePalSupport {*;}
```

## Bugs Report
Expand Down

0 comments on commit d19332a

Please sign in to comment.