Skip to content

Commit a0b0678

Browse files
committed
Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
2 parents c3c5830 + 2402f8e commit a0b0678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Time passed, finally...as you see right now.
1414

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

17-
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.0/AndroidSwipeLayout-Demo-1.0.1-snapshot.apk)
17+
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.3/AndroidSwipeLayout-v1.1.3.apk)
1818

19-
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. But they have too much limitation, only in ListView, or some other limitations.
19+
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. But it only works in `ListView`. What a pity.
2020

2121
When I start to make this library, I set some goals:
2222

@@ -33,7 +33,7 @@ When I start to make this library, I set some goals:
3333
```groovy
3434
dependencies {
3535
compile 'com.android.support:support-v4:20.+'
36-
compile "com.daimajia.swipelayout:library:1.1.1@aar"
36+
compile "com.daimajia.swipelayout:library:1.1.3@aar"
3737
}
3838
```
3939

@@ -48,7 +48,7 @@ dependencies {
4848
<dependency>
4949
<groupId>com.daimajia.swipelayout</groupId>
5050
<artifactId>library</artifactId>
51-
<version>1.1.1</version>
51+
<version>1.1.3</version>
5252
<type>apklib</type>
5353
</dependency>
5454
```

0 commit comments

Comments
 (0)