@@ -15,11 +15,11 @@ This project aims to provide a reusable instrument for asynchronous image loadin
15
15
Android 2.0+ support
16
16
17
17
## 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)
23
23
24
24
Latest snapshot of the library - ** [ here] ( https://github.com/nostra13/Android-Universal-Image-Loader/tree/master/sample/libs ) **
25
25
@@ -37,7 +37,7 @@ Latest snapshot of the library - **[here](https://github.com/nostra13/Android-Un
37
37
2 . Search problem solution on ** [ StackOverFlow] ( http://stackoverflow.com/questions/tagged/universal-image-loader ) **
38
38
3 . Ask your own question on ** [ StackOverFlow] ( http://stackoverflow.com/questions/tagged/universal-image-loader ) ** .<br />
39
39
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 )
41
41
- Android version tested on (e.g. 2.1)
42
42
- your configuration (` ImageLoaderConfiguration ` )
43
43
- display options (` DisplayImageOptions ` )
@@ -52,7 +52,7 @@ If you have some **issues on migration** to newer library version - be sure to a
52
52
#### 1. Include library
53
53
54
54
** 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 )
56
56
* Put the JAR in the ** libs** subfolder of your Android project
57
57
58
58
or
62
62
<dependency >
63
63
<groupId >com.nostra13.universalimageloader</groupId >
64
64
<artifactId >universal-image-loader</artifactId >
65
- <version >1.8.4 </version >
65
+ <version >1.8.5 </version >
66
66
</dependency >
67
67
```
68
68
0 commit comments