Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintin committed Dec 25, 2020
1 parent 6dffe7a commit a62d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
## Usage

First of all, BindingExtension using refelction a lot to link many things internally in order to provide simple usage.
To prevent having trouble with proguard, please remember to exclude ViewBinding related class in your proguard file.
To prevent having trouble with proguard, please remember to exclude `ViewBinding` related class in your proguard-rules file.
For example, if your ViewBinding class is all under `com.jintin.bindingextension.app` package:
```
-keep public class com.jintin.bindingextension.app.databinding** { <methods>; }
Expand Down

0 comments on commit a62d618

Please sign in to comment.