From 881a4b8235160884b9fc7aa9a6c6b13be5567aa4 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 12 Sep 2013 12:02:33 -0700 Subject: [PATCH] Support Library 18.1 Release Notes adding release notes for v8 support library containing RenderScript Change-Id: I12d48c26e6b99cacfb8f36750c3f1ce80da5ef23 (cherry picked from commit 75026c547fd00600572c9c4b471ecc9512ab1b17) --- docs/html/tools/support-library/features.jd | 21 ++++++++++++++++++++- docs/html/tools/support-library/index.jd | 1 + 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/html/tools/support-library/features.jd b/docs/html/tools/support-library/features.jd index 8d25d96c91164..65148bf2d2ffb 100644 --- a/docs/html/tools/support-library/features.jd +++ b/docs/html/tools/support-library/features.jd @@ -15,6 +15,7 @@ page.title=Support Library Features
  • v7 mediarouter library
  • +
  • v8 Support Library
  • v13 Support Library
  • @@ -252,7 +253,7 @@ script dependency identifier com.android.support:support-v7-mediarouter:&l where "18.0.0" is the minimum revision at which the library is available. For example:

    -com.android.support:support-v7-mediarouter:18.0.0
    +com.android.support:mediarouter-v7:18.0.+
     

    The v7 mediarouter library APIs introduced in Support Library @@ -262,6 +263,24 @@ href="https://developers.google.com/cast/">Google Cast developer preview.

    +

    v8 Support Library

    + +

    This library is designed to be used with Android (API level 8) and higher. It adds support for + the RenderScript computation + framework. These APIs are included in the {@link android.support.v8.renderscript} package. You + should be aware that the steps for including these APIs in your application is very + different from other support library APIs. For more information about using these APIs + in your application, see the + RenderScript + developer guide.

    + +

    + Note: Use of RenderScript with the support library is supported with the Android + Eclipse plugin and Ant build tools. It is not currently supported with Android Studio or + Gradle-based builds. +

    + +

    v13 Support Library

    This library is designed to be used for Android 3.2 (API level 13) and higher. It adds support diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 06c7a3ff638a2..4ee8c1289fc5e 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -58,6 +58,7 @@ page.title=Support Library

    This section provides details about the Support Library package releases.

    +