Skip to content

Commit 72612ad

Browse files
committed
Update version number for Gradle and Maven
Eclipse and Demo version numbers can't be increased because the jar and apk haven't been added to releases.
1 parent 9ca31ac commit 72612ad

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)