Skip to content

Commit 1a38f45

Browse files
committed
new demo
1 parent b70a4ba commit 1a38f45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.7@aar'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)