Skip to content

Commit c9085e7

Browse files
committed
v1.2.2
1 parent 7d37fdb commit c9085e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RecyclerViewHelper是基于android 原生库RecyclerView的功能扩展,扩展
1717

1818
## 添加依赖
1919
```gradle
20-
compile 'com.cncoderx.recyclerviewhelper:library:1.2.1'
20+
compile 'com.cncoderx.recyclerviewhelper:library:1.2.2'
2121
2222
// 如果需要添加抽屉功能,添加依赖:
2323
compile "com.daimajia.swipelayout:library:1.2.0@aar"

library/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44
def siteUrl = 'https://github.com/CNCoderX/RecyclerViewHelper'
55
def gitUrl = 'https://github.com/CNCoderX/RecyclerViewHelper.git'
66

7-
version = "1.2.1"
7+
version = "1.2.2"
88
group = "com.cncoderx.recyclerviewhelper"
99
def libName = "RecyclerViewHelper"
1010
def libDesc = "the RecyclerView helper"

0 commit comments

Comments
 (0)