Skip to content

Commit 1a0f994

Browse files
committed
v1.0.8
1 parent 1a38f45 commit 1a0f994

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
@@ -21,7 +21,7 @@ dependencies {
2121
compile "com.android.support:support-v4:+"
2222
compile 'com.squareup.picasso:picasso:2.3.2'
2323
compile 'com.nineoldandroids:library:2.4.0'
24-
compile 'com.daimajia.slider:library:1.0.7@aar'
24+
compile 'com.daimajia.slider:library:1.0.8@aar'
2525
}
2626
```
2727

@@ -42,7 +42,7 @@ If you are using maven to manage your project, add the following to your `pom.xm
4242
<dependency>
4343
<groupId>com.daimajia.slider</groupId>
4444
<artifactId>library</artifactId>
45-
<version>1.0.7</version>
45+
<version>1.0.8</version>
4646
<type>apklib</type>
4747
</dependency>
4848
```

0 commit comments

Comments
 (0)