From 70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Sun, 16 Aug 2015 22:01:31 -0700 Subject: [PATCH] docs: fix build errors due to linked apache http classes - apache.http packages have been dropped in mnc-dev, causing build errors Change-Id: I3bcfe0e9a6ecfb20b27df1712e2e527f6af85982 --- docs/html/about/versions/android-5.1.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/about/versions/android-5.1.jd b/docs/html/about/versions/android-5.1.jd index 12386805b2775..af397614fe2ff 100644 --- a/docs/html/about/versions/android-5.1.jd +++ b/docs/html/about/versions/android-5.1.jd @@ -98,7 +98,7 @@ sdk.platform.apiLevel=22

Deprecated HTTP Classes

- The {@code org.apache.http} classes and the {@link android.net.http.AndroidHttpClient} class + The {@code org.apache.http} classes and the {@code android.net.http.AndroidHttpClient} class have been deprecated in Android 5.1. These classes are no longer being maintained and you should migrate any app code using these APIs to the {@link java.net.URLConnection} classes as soon as possible.