From 84ab5e3681fb619ceaf66b3b38f1cfe36a429daf Mon Sep 17 00:00:00 2001 From: xyczero Date: Thu, 26 Mar 2015 00:44:57 +0800 Subject: [PATCH] Update README.md release version 1.0.1 and add a task in TODO List. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3825c5f..c7f717b 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Android-CustomSwipeListView that inherited from Listview and BaseAdapter support ##Gradle Dependency ``` -compile 'com.xyczero:customswipelistview:1.0.0@aar' +compile 'com.xyczero:customswipelistview:1.0.1@aar' ``` ##Maven Dependency ``` com.xyczero customswipelistview - 1.0.0 + 1.0.1 aar ``` @@ -158,6 +158,9 @@ compile 'com.xyczero:customswipelistview:1.0.0@aar' >~~2.push to Maven and Gradle~~ +>3.refactor the CustomSwipeBaseAdapter.class for more effective + + ##License Apache 2