We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83c0ed commit 84ab5e3Copy full SHA for 84ab5e3
README.md
@@ -20,14 +20,14 @@ Android-CustomSwipeListView that inherited from Listview and BaseAdapter support
20
21
##Gradle Dependency
22
```
23
-compile 'com.xyczero:customswipelistview:1.0.0@aar'
+compile 'com.xyczero:customswipelistview:1.0.1@aar'
24
25
##Maven Dependency
26
27
<dependency>
28
<groupId>com.xyczero</groupId>
29
<artifactId>customswipelistview</artifactId>
30
- <version>1.0.0</version>
+ <version>1.0.1</version>
31
<type>aar</type>
32
</dependency>
33
@@ -158,6 +158,9 @@ compile 'com.xyczero:customswipelistview:1.0.0@aar'
158
159
>~~2.push to Maven and Gradle~~
160
161
+>3.refactor the CustomSwipeBaseAdapter.class for more effective
162
+
163
164
##License
165
166
Apache 2
0 commit comments