File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin version =" 3" url =" https://github.com/pbreault/adb-idea" >
2
2
<id >com.developerphil.adbidea</id >
3
3
<name >ADB Idea</name >
4
- <version >1.1.0 </version >
4
+ <version >1.1.1 </version >
5
5
<vendor url =" http://www.developerphil.com" >Philippe Breault</vendor >
6
6
7
7
<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 />
12
9
<ul>
13
10
<li>ADB Uninstall App</li>
14
11
<li>ADB Kill App</li>
17
14
<li>ADB Clear App Data</li>
18
15
<li>ADB Clear App Data and Restart</li>
19
16
</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>
24
20
<li>Through the Tools->Android->ADB Idea menu</li>
25
21
<li>By searching for "ADB" in "Find Actions" (osx: cmd+shift+a, windows/linux: ctrl+shift+a)</li>
26
- </ol>
27
- </p>
22
+ </ul>
28
23
]]> </description >
29
24
30
25
31
26
<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>
32
33
<ul>
33
34
<li>Now support Build-Types and flavors in Gradle projects</li>
34
35
<li>Now support projects with more than one application module</li>
You can’t perform that action at this time.
0 commit comments