Skip to content

Commit

Permalink
Update README.md with Java 7 support (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored and sduskis committed Feb 10, 2019
1 parent 0a0e205 commit 09ccdf5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content. The JSON and XML libraries are also fully pluggable, and they include s

The library supports the following Java environments:

- Java 6 (or higher)
- Java 7 (or higher)
- Android 4.0 (Ice Cream Sandwich) (or higher)
- GoogleAppEngine Google App Engine

Expand Down Expand Up @@ -47,16 +47,3 @@ Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/
## Links

- [Discuss](https://groups.google.com/group/google-http-java-client)

## Notice: Ending Java 6 Support

Please note: since Java 6 extended support is being ended this December by Oracle, we will begin
ending Java 6 support in early 2019, with release 1.28.0 as a tentative goal. Users may stay still
use these libraries in Java 6 projects for some time, but going forward we will not ensure that
these libraries work in such an environment. After 1.28.0, our supported versions will include Java
7 and onward.

For Android users, we will continue our 4.0 support.

For questions or concerns, please file an issue in the GitHub repository.

0 comments on commit 09ccdf5

Please sign in to comment.