Skip to content

Commit 0482533

Browse files
committed
v1.1.4
1 parent c93c764 commit 0482533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.1.3/AndroidSwipeLayout-v1.1.3.apk)
17+
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk)
1818

1919
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

@@ -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.3@aar"
36+
compile "com.daimajia.swipelayout:library:1.1.4@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.3</version>
51+
<version>1.1.4</version>
5252
<type>apklib</type>
5353
</dependency>
5454
```

0 commit comments

Comments
 (0)