@@ -7,14 +7,14 @@ An asynchronous, callback-based Http client for Android built on top of Apache's
7
7
Changelog
8
8
---------
9
9
10
- See what is new in version 1.4.6 released on 7th Sep 2014
10
+ See what is new in version 1.4.7 released on 9th May 2015
11
11
12
- https://github.com/loopj/android-async-http/blob/1.4.6 /CHANGELOG.md
12
+ https://github.com/loopj/android-async-http/blob/1.4.7 /CHANGELOG.md
13
13
14
14
Javadoc
15
15
-------
16
16
17
- Latest Javadoc for 1.4.6 release are available here (also included in Maven repository):
17
+ Latest Javadoc for 1.4.7 release are available here (also included in Maven repository):
18
18
19
19
http://loopj.com/android-async-http/doc/
20
20
@@ -35,7 +35,7 @@ Examples
35
35
--------
36
36
37
37
For inspiration and testing on device we've provided Sample Application.
38
- See individual samples [ here on Github] ( https://github.com/loopj/android-async-http/tree/1.4.6 /sample/src/main/java/com/loopj/android/http/sample )
38
+ See individual samples [ here on Github] ( https://github.com/loopj/android-async-http/tree/1.4.7 /sample/src/main/java/com/loopj/android/http/sample )
39
39
To run Sample application, simply clone the repository and run this command, to install it on connected device
40
40
41
41
``` java
@@ -53,10 +53,10 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
53
53
Maven URL: http://repo1.maven.org/maven2/
54
54
GroupId: com.loopj.android
55
55
ArtifactId: android-async-http
56
- Version: 1.4.6
56
+ Version: 1.4.7
57
57
Packaging: JAR or AAR
58
58
```
59
- Gradle: ` com.loopj.android:android-async-http:1.4.6 `
59
+ Gradle: ` com.loopj.android:android-async-http:1.4.7 `
60
60
61
61
** development snapshots**
62
62
@@ -65,10 +65,10 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
65
65
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
66
66
GroupId: com.loopj.android
67
67
ArtifactId: android-async-http
68
- Version: 1.4.7 -SNAPSHOT
68
+ Version: 1.4.8 -SNAPSHOT
69
69
Packaging: JAR or AAR
70
70
```
71
- Gradle: ` com.loopj.android:android-async-http:1.4.7 -SNAPSHOT `
71
+ Gradle: ` com.loopj.android:android-async-http:1.4.8 -SNAPSHOT `
72
72
73
73
Documentation, Features and Examples
74
74
------------------------------------
0 commit comments