Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jul 6, 2014
2 parents 0ffe973 + 1a0f994 commit 726dfe5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can easily load images from an internet URL, drawable, or file. And there ar

![](http://ww3.sinaimg.cn/mw690/610dc034jw1egzor66ojdg20950fknpe.gif)

[Download Apk](http://jmp.sh/K3mBLCy)
[Download Apk](https://github.com/daimajia/AndroidImageSlider/releases/download/v1.0.8/demo-1.0.8.apk)

## Usage

Expand All @@ -19,9 +19,9 @@ If you are using Android Studio, just add this line code to your project root `b
```groovy
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.squareup.picasso:picasso:2.3.2'
compile 'com.nineoldandroids:library:2.4.0'
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 726dfe5

Please sign in to comment.