We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37fdb commit c9085e7Copy full SHA for c9085e7
README.md
@@ -17,7 +17,7 @@ RecyclerViewHelper是基于android 原生库RecyclerView的功能扩展,扩展
17
18
## 添加依赖
19
```gradle
20
-compile 'com.cncoderx.recyclerviewhelper:library:1.2.1'
+compile 'com.cncoderx.recyclerviewhelper:library:1.2.2'
21
22
// 如果需要添加抽屉功能,添加依赖:
23
compile "com.daimajia.swipelayout:library:1.2.0@aar"
library/bintray.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
def siteUrl = 'https://github.com/CNCoderX/RecyclerViewHelper'
5
def gitUrl = 'https://github.com/CNCoderX/RecyclerViewHelper.git'
6
7
-version = "1.2.1"
+version = "1.2.2"
8
group = "com.cncoderx.recyclerviewhelper"
9
def libName = "RecyclerViewHelper"
10
def libDesc = "the RecyclerView helper"
0 commit comments