alt=""/>Android Studio v0.2.x</a> <em>(July 2013)</em>
</p>
<div class="toggle-content-toggleme">
<ul>
<li>Merged in the latest IntelliJ codebase changes. Includes fixes for issues reported by Studio users such as tweaks to Linux font sizes and font rendering.</li>
<li>Android Gradle plug-in updated to 0.5.0.
<p class="caution"><strong>Caution:</strong> This new version is not backwards compatible.
When opening a project that uses an older version of the plug-in, Studio will show an error
stating <strong>Gradle <project_name> project refresh failed.</strong> See <a
href="#Troubleshooting">Troubleshooting</a> below for details.</p>
<p>The updated Gradle plug-in includes the following changes:</p>
<ul>
<li>Fixed IDE model to contain the output file even if it's customized through the DSL. Also
fixed the DSL to get/set the output file on the variant object so that it's not necessary to
use <code>variant.packageApplication or variant.zipAlign</code></li>
<li>Fixed dependency resolution so that we resolved the combination of (default config,
build types, flavor(s)) together instead of separately.</li>
<li>Fixed dependency for tests of library project to properly include all the dependencies
of the library itself.</li>
<li>Fixed case where two dependencies have the same leaf name.</li>
<li>Fixed issue where Proguard rules file cannot be applied on flavors.</li>
</ul>
<p>All Gradle plugin release notes are available are here: <a href=