Skip to content

Commit 84ab5e3

Browse files
committed
Update README.md
release version 1.0.1 and add a task in TODO List.
1 parent f83c0ed commit 84ab5e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Android-CustomSwipeListView that inherited from Listview and BaseAdapter support
2020
2121
##Gradle Dependency
2222
```
23-
compile 'com.xyczero:customswipelistview:1.0.0@aar'
23+
compile 'com.xyczero:customswipelistview:1.0.1@aar'
2424
```
2525
##Maven Dependency
2626
```
2727
<dependency>
2828
<groupId>com.xyczero</groupId>
2929
<artifactId>customswipelistview</artifactId>
30-
<version>1.0.0</version>
30+
<version>1.0.1</version>
3131
<type>aar</type>
3232
</dependency>
3333
```
@@ -158,6 +158,9 @@ compile 'com.xyczero:customswipelistview:1.0.0@aar'
158158
159159
>~~2.push to Maven and Gradle~~
160160
161+
>3.refactor the CustomSwipeBaseAdapter.class for more effective
162+
163+
161164
##License
162165

163166
Apache 2

0 commit comments

Comments
 (0)