Stay organized with collections Save and categorize content based on your preferences.

Android plugin for Gradle, revision 1.0.1 (January 2015)

Dependencies:
  • Gradle 2.2.1 up to 2.3.x.

    Note: This version of the Android plugin for Gradle is not compatible with Gradle 2.4 and higher.

  • Build Tools 21.1.1 or higher.

<dt>General Notes:</dt>
<dd>
  <ul>
    <li>Fixed issue with Gradle build failure when accessing the
      <code>extractReleaseAnnotations</code> module.
      (<a href="http://b.android.com/81638">Issue 81638</a>).</li>
    <li>Fixed issue with <code>Disable</code> passing the
      <code>--no-optimize</code> setting to the Dalvik Executable (dex)
      bytecode. (<a href="http://b.android.com/82662">Issue
      82662</a>).</li>
    <li>Fixed manifest merger issues when importing libraries with a
      <code>targetSdkVersion</code> less than 16.</li>
    <li>Fixed density ordering issue when using Android Studio with
      JDK 8.</li>
  </ul>
</dd>