Skip to content

Commit 4999596

Browse files
committed
Updated README.md to promote released 1.4.5 version
1 parent 9385830 commit 4999596

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 1.4.5 (released 22.6.2014)
3+
## 1.4.5 (released 22. 6. 2014)
44

55
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.5](https://github.com/loopj/android-async-http/commits/1.4.5)
66
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=2&state=closed](https://github.com/loopj/android-async-http/issues?milestone=2&state=closed)
@@ -46,7 +46,7 @@ List of closed issues is here [https://github.com/loopj/android-async-http/issue
4646
- Post multi-part encoded Files (SimpleMultipartEntity)
4747
- Jackson JSON integration
4848

49-
## 1.4.4 (released 28.10.2013)
49+
## 1.4.4 (released 28. 10. 2013)
5050

5151
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.4](https://github.com/loopj/android-async-http/commits/1.4.4)
5252
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=1&state=closed](https://github.com/loopj/android-async-http/issues?milestone=1&state=closed)

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Asynchronous Http Client for Android
44

55
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](http://hc.apache.org/httpcomponents-client-ga/) libraries.
66

7+
Changelog
8+
---------
9+
10+
See what is new in version 1.4.5 released on 22th June 2014
11+
12+
https://github.com/loopj/android-async-http/blob/1.4.5/CHANGELOG.md
713

814
Features
915
--------
@@ -18,21 +24,17 @@ Features
1824
- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)
1925
- Optional **persistent cookie store**, saves cookies into your app's SharedPreferences
2026

27+
Examples
28+
--------
29+
30+
For inspiration and testing on device we've provided Sample Application.
31+
See individual samples [here on Github](https://github.com/loopj/android-async-http/tree/1.4.5/sample/src/main/java/com/loopj/android/http/sample)
32+
To run Sample application, simply clone the repository and run command: `gradle :sample:installDebug` to install on connected device
33+
2134
Maven
2235
-----
2336
You can now integrate this library in your project via Maven. There are available two kind of builds.
2437

25-
**development snapshots**
26-
https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/android-async-http/
27-
```
28-
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
29-
GroupId: com.loopj.android
30-
ArtifactId: android-async-http
31-
Version: 1.4.6-SNAPSHOT
32-
Packaging: JAR or AAR
33-
```
34-
Gradle: `com.loopj.android:async-http-client:1.4.6-SNAPSHOT`
35-
3638
**releases, maven central**
3739

3840
http://central.maven.org/maven2/com/loopj/android/android-async-http/
@@ -45,6 +47,17 @@ Packaging: JAR or AAR
4547
```
4648
Gradle: `com.loopj.android:async-http-client:1.4.5`
4749

50+
**development snapshots**
51+
https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/android-async-http/
52+
```
53+
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
54+
GroupId: com.loopj.android
55+
ArtifactId: android-async-http
56+
Version: 1.4.6-SNAPSHOT
57+
Packaging: JAR or AAR
58+
```
59+
Gradle: `com.loopj.android:async-http-client:1.4.6-SNAPSHOT`
60+
4861
Documentation, Features and Examples
4962
------------------------------------
5063
Full details and documentation can be found on the project page here:

0 commit comments

Comments
 (0)