We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c492298 + 3a7e8cf commit 5020b53Copy full SHA for 5020b53
src/main/resources/META-INF/plugin.xml
@@ -19,6 +19,19 @@
19
]]>
20
</description>
21
22
+ <change-notes>
23
+ <![CDATA[
24
+ <h4>What's New in Version 1.0.5</h4>
25
+ <ul>
26
+ <li>Bug Fixes: Display error message when no Android device is connected.</li>
27
+ </ul>
28
+ <h4>What's New in Version 1.0.4</h4>
29
30
+ <li>New feature: Execute custom shell commands directly from Android Studio.</li>
31
32
+ ]]>
33
+ </change-notes>
34
+
35
<depends>com.intellij.modules.platform</depends>
36
<depends>org.jetbrains.android</depends>
37
<depends>com.intellij.modules.androidstudio</depends>
0 commit comments