Android Plugin for Gradle,修订版 1.1.1(2015 年 2 月)

<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>Modified build variants so only variants that package a
        <a href="/training/wearables/apps">Wear</a> app trigger
        Wear-specific build tasks.</li>
      <li>Changed dependency related issues to fail at build time rather
        than at debug time. This behavior allows you to run diagnostic
        tasks (such as 'dependencies') to help resolve the conflict.</li>
      <li>Fixed the <code>android.getBootClasspath()</code> method to
        return a value.</li>
    </ul>
  </dd>