Skip to content

Commit

Permalink
[readme] Add note for ProGuard users
Browse files Browse the repository at this point in the history
  • Loading branch information
wabbawabbe committed Nov 17, 2014
1 parent 17f12d1 commit f7f7c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Gradle:
compile 'org.lucasr.twowayview:twowayview:0.1.4'
```

If you are using ProGuard add the following line to the rules:
```groovy
-keep class org.lucasr.twowayview.** { *; }
```

Want to help?
=============
Expand Down

0 comments on commit f7f7c02

Please sign in to comment.