From ffbbb36133d8be42aa8a1712e6713c99a414d00f Mon Sep 17 00:00:00 2001 From: Manabu-GT Date: Thu, 13 Nov 2014 03:37:47 +0900 Subject: [PATCH] updated README for v0.1.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dd6d1..5691a12 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ so you just need to add the followings to your ***build.gradle*** file: ``` dependencies { - compile 'com.ms-square:expandableTextView:0.1.1' + compile 'com.ms-square:expandableTextView:0.1.2' } ```