Skip to content

Commit 726dfe5

Browse files
committed
merge
2 parents 0ffe973 + 1a0f994 commit 726dfe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can easily load images from an internet URL, drawable, or file. And there ar
88

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

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

1313
## Usage
1414

@@ -19,9 +19,9 @@ If you are using Android Studio, just add this line code to your project root `b
1919
```groovy
2020
dependencies {
2121
compile "com.android.support:support-v4:+"
22-
compile 'com.squareup.picasso:picasso:2.3.2'
23-
compile 'com.nineoldandroids:library:2.4.0'
24-
compile 'com.daimajia.slider:library:1.0.7@aar'
22+
compile 'com.squareup.picasso:picasso:2.3.2'
23+
compile 'com.nineoldandroids:library:2.4.0'
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)