Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
release version 1.0.1 and add a task in TODO List.
  • Loading branch information
xyczero committed Mar 25, 2015
1 parent f83c0ed commit 84ab5e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<dependency>
<groupId>com.xyczero</groupId>
<artifactId>customswipelistview</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84ab5e3

Please sign in to comment.