Skip to content
This repository was archived by the owner on Dec 1, 2017. It is now read-only.

Commit f7f7c02

Browse files
committed
[readme] Add note for ProGuard users
1 parent 17f12d1 commit f7f7c02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Gradle:
5757
compile 'org.lucasr.twowayview:twowayview:0.1.4'
5858
```
5959

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

6165
Want to help?
6266
=============

0 commit comments

Comments
 (0)