Skip to content

Commit 87a6130

Browse files
committed
v1.8.5
1 parent 1bedbc0 commit 87a6130

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This project aims to provide a reusable instrument for asynchronous image loadin
1515
Android 2.0+ support
1616

1717
## Downloads
18-
* **[universal-image-loader-1.8.4.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.4.jar)** (library; contains *.class files)
19-
* **[universal-image-loader-1.8.4-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.4-sources.jar)** (sources; contains *.java files)
20-
* **[universal-image-loader-1.8.4-javadoc.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.4-javadoc.jar)** (Java docs; contains *.html files)
21-
* **[universal-image-loader-1.8.4-with-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.4-with-sources.jar)** (library with sources inside; contains *.class and *.java files)<br />_Prefer to use this JAR so you can see Java docs in Eclipse tooltips._
22-
* **[universal-image-loader-sample-1.8.4.apk](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-sample-1.8.4.apk)** (sample application)
18+
* **[universal-image-loader-1.8.5.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.5.jar)** (library; contains *.class files)
19+
* **[universal-image-loader-1.8.5-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.5-sources.jar)** (sources; contains *.java files)
20+
* **[universal-image-loader-1.8.5-javadoc.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.5-javadoc.jar)** (Java docs; contains *.html files)
21+
* **[universal-image-loader-1.8.5-with-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.5-with-sources.jar)** (library with sources inside; contains *.class and *.java files)<br />_Prefer to use this JAR so you can see Java docs in Eclipse tooltips._
22+
* **[universal-image-loader-sample-1.8.5.apk](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-sample-1.8.5.apk)** (sample application)
2323

2424
Latest snapshot of the library - **[here](https://github.com/nostra13/Android-Universal-Image-Loader/tree/master/sample/libs)**
2525

@@ -37,7 +37,7 @@ Latest snapshot of the library - **[here](https://github.com/nostra13/Android-Un
3737
2. Search problem solution on **[StackOverFlow](http://stackoverflow.com/questions/tagged/universal-image-loader)**
3838
3. Ask your own question on **[StackOverFlow](http://stackoverflow.com/questions/tagged/universal-image-loader)**.<br />
3939
Be sure to mention following information in your question:
40-
- UIL version (e.g. 1.8.4)
40+
- UIL version (e.g. 1.8.5)
4141
- Android version tested on (e.g. 2.1)
4242
- your configuration (`ImageLoaderConfiguration`)
4343
- display options (`DisplayImageOptions`)
@@ -52,7 +52,7 @@ If you have some **issues on migration** to newer library version - be sure to a
5252
#### 1. Include library
5353

5454
**Manual:**
55-
* [Download JAR](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.4-with-sources.jar)
55+
* [Download JAR](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.8.5-with-sources.jar)
5656
* Put the JAR in the **libs** subfolder of your Android project
5757

5858
or
@@ -62,7 +62,7 @@ or
6262
<dependency>
6363
<groupId>com.nostra13.universalimageloader</groupId>
6464
<artifactId>universal-image-loader</artifactId>
65-
<version>1.8.4</version>
65+
<version>1.8.5</version>
6666
</dependency>
6767
```
6868

0 commit comments

Comments
 (0)