This commit is contained in:
代码家 2014-08-26 21:51:59 +08:00
parent fd66ce4d15
commit 45755a29e7
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