v1.0.3
This commit is contained in:
parent
fd66ce4d15
commit
45755a29e7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue