Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
Support double click.
  • Loading branch information
daimajia committed Sep 22, 2014
1 parent 883b4be commit 0be6b95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Time passed, finally...as you see right now.

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

[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk)
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.6/AndroidSwipeLayout-v1.1.6.apk)

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.

Expand All @@ -37,7 +37,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.5@aar"
compile "com.daimajia.swipelayout:library:1.1.6@aar"
}
```

Expand All @@ -52,14 +52,14 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<type>apklib</type>
</dependency>
```

#### Eclipse

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

### Step 2

Expand Down

0 comments on commit 0be6b95

Please sign in to comment.