From 530f7ca3ef0c9d4c1efe92124ffce5e586401251 Mon Sep 17 00:00:00 2001 From: Fatih SANTALU Date: Fri, 27 Apr 2018 10:21:54 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1860c5..8e44a69 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ allprojects { ``` ``` dependencies { - implementation 'com.github.santalu:emptyview:1.3.0' + implementation 'com.github.santalu:emptyview:1.3.4' } ``` @@ -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 ```