parent
883b4be3ba
commit
0be6b95d3d
|
|
@ -14,7 +14,7 @@ Time passed, finally...as you see right now.
|
|||
|
||||

|
||||
|
||||
[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.
|
||||
|
||||
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue