Skip to content

Commit b97faca

Browse files
committed
RecyclerView support.
1 parent 85c318f commit b97faca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Time passed, finally...as you see right now.
1616

1717
![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif)
1818

19-
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.apk)
19+
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.8/AndroidSwipeLayout-v1.1.8.apk)
2020

2121
Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component.
2222

@@ -38,6 +38,7 @@ When I start to make this library, I set some goals:
3838

3939
```groovy
4040
dependencies {
41+
compile 'com.android.support:recyclerview-v7:21.0.0'
4142
compile 'com.android.support:support-v4:20.+'
4243
compile "com.daimajia.swipelayout:library:1.1.8@aar"
4344
}
@@ -51,6 +52,11 @@ dependencies {
5152
<artifactId>support-v4</artifactId>
5253
<version>r6</version>
5354
</dependency>
55+
<dependency>
56+
<groupId>com.google.android</groupId>
57+
<artifactId>recyclerview-v7</artifactId>
58+
<version>21.0.0</version>
59+
</dependency>
5460
<dependency>
5561
<groupId>com.daimajia.swipelayout</groupId>
5662
<artifactId>library</artifactId>
@@ -61,7 +67,7 @@ dependencies {
6167

6268
#### Eclipse
6369

64-
[AndroidSwipeLayout-v1.1.6.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.jar)
70+
[AndroidSwipeLayout-v1.1.8.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.8/AndroidSwipeLayout-v1.1.8.jar)
6571

6672
### Step 2
6773

0 commit comments

Comments
 (0)