Skip to content

Commit 87ea625

Browse files
jeanbzachingor13
authored andcommitted
update readme (#443)
* update readme * correct android version
1 parent 7346b03 commit 87ea625

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,31 @@
22

33
## Description
44
Written by Google, the Google HTTP Client Library for Java is a flexible, efficient, and powerful
5-
Java library for accessing any resource on the web via HTTP. The library has the following features:
5+
Java library for accessing any resource on the web via HTTP. The library has the following
6+
features:
67

7-
- Pluggable HTTP transport abstraction that allows you to use any low-level library such as java.net.HttpURLConnection, Apache HTTP Client, or URL Fetch on Google App Engine.
8-
- Efficient JSON and XML data models for parsing and serialization of HTTP response and request content. The JSON and XML libraries are also fully pluggable, and they include support for [Jackson](https://github.com/FasterXML/jackson) and Android's GSON libraries for JSON.
8+
- Pluggable HTTP transport abstraction that allows you to use any low-level library such as
9+
java.net.HttpURLConnection, Apache HTTP Client, or URL Fetch on Google App Engine.
10+
- Efficient JSON and XML data models for parsing and serialization of HTTP response and request
11+
content. The JSON and XML libraries are also fully pluggable, and they include support for
12+
[Jackson](https://github.com/FasterXML/jackson) and Android's GSON libraries for JSON.
913

1014
The library supports the following Java environments:
1115

12-
- Java 5 (or higher), standard (SE) and enterprise (EE)
13-
- Android Android 1.5 (or higher)
16+
- Java 6 (or higher)
17+
- Android 4.0 (Ice Cream Sandwich) (or higher)
1418
- GoogleAppEngine Google App Engine
1519

16-
The following related projects are built on the Google HTTP Client Library for Java:
20+
The following related projects are built on the Google HTTP Client Library for Java:
1721

18-
- [Google OAuth Client Library for Java](https://github.com/google/google-oauth-java-client), for the OAuth 2.0 and OAuth 1.0a authorization standards.
19-
- [Google APIs Client Library for Java](https://github.com/google/google-api-java-client), for access to Google APIs.
22+
- [Google OAuth Client Library for Java](https://github.com/google/google-oauth-java-client),
23+
for the OAuth 2.0 and OAuth 1.0a authorization standards.
24+
- [Google APIs Client Library for Java](https://github.com/google/google-api-java-client), for
25+
access to Google APIs.
2026

21-
This is an open-source library, and [contributions](https://developers.google.com/api-client-library/java/google-http-java-client/contribute) are welcome.
27+
This is an open-source library, and
28+
[contributions](https://developers.google.com/api-client-library/java/google-http-java-client/contribute)
29+
are welcome.
2230

2331
## Documentation
2432

@@ -32,12 +40,3 @@ This is an open-source library, and [contributions](https://developers.google.co
3240

3341
- [Announcements](http://google-http-java-client.blogspot.com/)
3442
- [Discuss](http://groups.google.com/group/google-http-java-client)
35-
36-
## Notice: Ending Java 5 Support
37-
38-
Please note: since Java 5 is no longer supported by Oracle or in Android, we will begin ending
39-
Java 5 support in release 1.24.0. Users may stay still use these libraries in Java 5 projects for
40-
some time, but going forward we will not ensure that these libraries work in such an environment.
41-
After 1.24.0, our supported versions will include Java 6 and onward.
42-
43-
For questions or concerns, please file an issue.

0 commit comments

Comments
 (0)