Skip to content

Commit 3041765

Browse files
committed
Merge pull request daimajia#113 from intrications/patch-1
Update version number for Gradle and Maven
2 parents 9ca31ac + 72612ad commit 3041765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When I start to make this library, I set some goals:
4040
dependencies {
4141
compile 'com.android.support:recyclerview-v7:21.0.0'
4242
compile 'com.android.support:support-v4:20.+'
43-
compile "com.daimajia.swipelayout:library:1.1.8@aar"
43+
compile "com.daimajia.swipelayout:library:1.1.9@aar"
4444
}
4545
```
4646

@@ -60,7 +60,7 @@ dependencies {
6060
<dependency>
6161
<groupId>com.daimajia.swipelayout</groupId>
6262
<artifactId>library</artifactId>
63-
<version>1.1.8</version>
63+
<version>1.1.9</version>
6464
<type>apklib</type>
6565
</dependency>
6666
```

0 commit comments

Comments
 (0)