Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
santalu authored Apr 27, 2018
1 parent 0945b13 commit 530f7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
```
```
dependencies {
implementation 'com.github.santalu:emptyview:1.3.0'
implementation 'com.github.santalu:emptyview:1.3.4'
}
```

Expand Down Expand Up @@ -111,6 +111,7 @@ dependencies {
## Notes

* Use `exclude(int... ids)` or `exclude(View... views)` methods to exclude views from visibility changes
* Use `include(int... ids)` or `include(View... views)` methods to include views for visibility changes

## License
```
Expand Down

0 comments on commit 530f7ca

Please sign in to comment.