Skip to content

Commit 883b4be

Browse files
committed
Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
2 parents e0b54de + 7771395 commit 883b4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When I start to make this library, I set some goals:
3737
```groovy
3838
dependencies {
3939
compile 'com.android.support:support-v4:20.+'
40-
compile "com.daimajia.swipelayout:library:1.1.4@aar"
40+
compile "com.daimajia.swipelayout:library:1.1.5@aar"
4141
}
4242
```
4343

@@ -52,14 +52,14 @@ dependencies {
5252
<dependency>
5353
<groupId>com.daimajia.swipelayout</groupId>
5454
<artifactId>library</artifactId>
55-
<version>1.1.4</version>
55+
<version>1.1.5</version>
5656
<type>apklib</type>
5757
</dependency>
5858
```
5959

6060
#### Eclipse
6161

62-
[AndroidSwipeLayout-v1.0.7.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.7/AndroidSwipeLayout-v1.0.7.jar)
62+
[AndroidSwipeLayout-v1.1.5.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.5/AndroidSwipeLayout-v1.1.5.jar)
6363

6464
### Step 2
6565

0 commit comments

Comments
 (0)