Skip to content

Commit fb4f0ce

Browse files
author
Philippe Breault
committed
Prepare plugin for 1.1.1 release
1 parent 747f60b commit fb4f0ce

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

META-INF/plugin.xml

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<idea-plugin version="3" url="https://github.com/pbreault/adb-idea">
22
<id>com.developerphil.adbidea</id>
33
<name>ADB Idea</name>
4-
<version>1.1.0</version>
4+
<version>1.1.1</version>
55
<vendor url="http://www.developerphil.com">Philippe Breault</vendor>
66

77
<description><![CDATA[
8-
<p>
9-
10-
<p>
11-
Adds the following ADB commands to Android Studio and Intellij:
8+
Adds the following ADB commands to Android Studio and Intellij:<br />
129
<ul>
1310
<li>ADB Uninstall App</li>
1411
<li>ADB Kill App</li>
@@ -17,18 +14,22 @@
1714
<li>ADB Clear App Data</li>
1815
<li>ADB Clear App Data and Restart</li>
1916
</ul>
20-
</p>
21-
<p>
22-
There are two basic ways to invoke a command:
23-
<ol>
17+
<br />
18+
There are two basic ways to invoke a command:
19+
<ul>
2420
<li>Through the Tools->Android->ADB Idea menu</li>
2521
<li>By searching for "ADB" in "Find Actions" (osx: cmd+shift+a, windows/linux: ctrl+shift+a)</li>
26-
</ol>
27-
</p>
22+
</ul>
2823
]]></description>
2924

3025

3126
<change-notes><![CDATA[
27+
<b>1.1.1</b>
28+
<ul>
29+
<li>BUGFIX: Fix Crash on Android Studio 0.4.4</li>
30+
<li>BUGFIX: Don't show test projects in the module selection dialog</li>
31+
</ul>
32+
<b>1.1.0</b>
3233
<ul>
3334
<li>Now support Build-Types and flavors in Gradle projects</li>
3435
<li>Now support projects with more than one application module</li>

0 commit comments

Comments
 (0)