summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rich Slogar <rslogar@google.com> 2015-08-12 15:49:59 -0700
committer Rich Slogar <rslogar@google.com> 2015-08-12 16:12:13 -0700
commitd53858d368598133e82b7afbae5420e277d2562b (patch)
treeca23de058a77fd2072782b33d3ab28f8e00da572
parentd381eb9587717c64aa34471e1e87b5cd65d43292 (diff)
docs: plugin 1.3.1 revisions update
Change-Id: I807fedf242552d27d001d742cdd97419cb5dab36
-rw-r--r--docs/html/tools/revisions/gradle-plugin.jd40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd
index 17e6d799ed3c..04776030c975 100644
--- a/docs/html/tools/revisions/gradle-plugin.jd
+++ b/docs/html/tools/revisions/gradle-plugin.jd
@@ -40,6 +40,46 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ alt=""/>Android Plugin for Gradle, Revision 1.3.1</a> <em>(August 2015)</em>
+ </p>
+
+ <div class="toggle-content-toggleme">
+
+ <dl>
+ <dt>Dependencies:</dt>
+
+ <dd>
+ <ul>
+ <li>Gradle 2.2.1 or higher.</li>
+ <li>Build Tools 21.1.1 or higher.</li>
+ </ul>
+ </dd>
+
+ <dt>General Notes:</dt>
+ <dd>
+ <ul>
+ <li>Fixed the <a href="{@docRoot}tools/help/zipalign.html">ZipAlign</a> task to properly
+ consume the output of the previous task when using a customized filename. </li>
+ <li>Fixed <a href="{@docRoot}guide/topics/renderscript/compute.html">Renderscript</a>
+ packaging with the <a href="{@docRoot}tools/sdk/ndk/index.html">NDK</a>. </li>
+ <li>Maintained support for the <code>createDebugCoverageReport</code> build task. </li>
+ <li>Fixed support for customized use of the <code>archiveBaseName</code> property
+ in the <code>build.gradle</code> build> file. </li>
+ <li>Fixed the <code>Invalid ResourceType</code>
+ <a href="{@docRoot}tools/help/lint.html">lint</a> warning caused by parameter method
+ annotation lookup when running
+ <a href="{@docRoot}tools/help/lint.html">lint</a> outside of Android Studio.</li>
+ </ul>
+ </dd>
+ </div>
+</div>
+
+
+
+
+<div class="toggle-content closed">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.3.0</a> <em>(July 2015)</em>
</p>