Skip to content

Commit 1c4dfcc

Browse files
committed
v1.1.7
2 parents fd22147 + 0be6b95 commit 1c4dfcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.4/AndroidSwipeLayout-1.1.4.apk)
17+
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.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.
2020

@@ -37,7 +37,7 @@ When I start to make this library, I set some goals:
3737
```groovy
3838
dependencies {
3939
compile 'com.android.support:support-v4:20.+'
40-
compile "com.daimajia.swipelayout:library:1.1.5@aar"
40+
compile "com.daimajia.swipelayout:library:1.1.7@aar"
4141
}
4242
```
4343

@@ -52,14 +52,14 @@ dependencies {
5252
<dependency>
5353
<groupId>com.daimajia.swipelayout</groupId>
5454
<artifactId>library</artifactId>
55-
<version>1.1.5</version>
55+
<version>1.1.7</version>
5656
<type>apklib</type>
5757
</dependency>
5858
```
5959

6060
#### Eclipse
6161

62-
[AndroidSwipeLayout-v1.1.5.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.5/AndroidSwipeLayout-v1.1.5.jar)
62+
[AndroidSwipeLayout-v1.1.6.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.jar)
6363

6464
### Step 2
6565

0 commit comments

Comments
 (0)