From 728b5612a8fec19a0881b094eacd360cb1fd6cef Mon Sep 17 00:00:00 2001 From: Manabu-GT Date: Sun, 14 Dec 2014 00:16:57 +0900 Subject: [PATCH] docs: update README.md for version 0.1.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94b504..5c21735 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ so you just need to add the followings to your ***build.gradle*** file: ```groovy dependencies { - compile 'com.ms-square:expandableTextView:0.1.2' + compile 'com.ms-square:expandableTextView:0.1.3' } ```