Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout

This commit is contained in:
daimajia 2014-08-28 09:02:04 +08:00
commit 7d7752b39f
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile "com.daimajia.swipelayout:library:1.0.2@aar"
compile "com.daimajia.swipelayout:library:1.0.3@aar"
}
```
@ -42,14 +42,14 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<type>apklib</type>
</dependency>
```
#### Eclipse
[AndroidSwipeLayout-v1.0.2.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.2/AndroidSwipeLayout-v1.0.2.jar)
[AndroidSwipeLayout-v1.0.3.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.3/AndroidSwipeLayout-v1.0.3.jar)
### Step 2