Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jul 5, 2014
1 parent 1a38f45 commit 1a0f994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
compile "com.android.support:support-v4:+"
compile 'com.squareup.picasso:picasso:2.3.2'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.slider:library:1.0.7@aar'
compile 'com.daimajia.slider:library:1.0.8@aar'
}
```

Expand All @@ -42,7 +42,7 @@ If you are using maven to manage your project, add the following to your `pom.xm
<dependency>
<groupId>com.daimajia.slider</groupId>
<artifactId>library</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<type>apklib</type>
</dependency>
```
Expand Down

0 comments on commit 1a0f994

Please sign in to comment.