From 87af92e7977e69a5f41de690401e53f364328711 Mon Sep 17 00:00:00 2001 From: JDevZone <52904317+JDevZone@users.noreply.github.com> Date: Tue, 16 Jul 2019 11:31:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b467fb..70ebc28 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency in app gradle dependencies { - implementation 'com.github.JDevZone:CheckableTextView:1.0.2' + implementation 'com.github.JDevZone:CheckableTextView:1.0.3' } ## Basic usage