From f9d2bb030398fe09e3c47b84ea468603355e08e9 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 20 Mar 2020 12:05:10 -0400 Subject: [PATCH] docs: require Android 4.4 (#1007) @chingor13 @BenWhitehead We now require API 19 or higher which means Android 4.4 or later. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5d4f1c2..de94456a2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ content. The JSON and XML libraries are also fully pluggable, and they include s The library supports the following Java environments: -- Java 7 (or higher) -- Android 4.0 (Ice Cream Sandwich) (or higher) +- Java 7 or higher +- Android 4.4 (Kit Kat) - GoogleAppEngine Google App Engine The following related projects are built on the Google HTTP Client Library for Java: