We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896d904 commit a671e58Copy full SHA for a671e58
META-INF/plugin.xml
@@ -1,14 +1,17 @@
1
<idea-plugin version="2">
2
<id>org.ollide.java2smali</id>
3
<name>java2smali</name>
4
- <version>1.0</version>
+ <version>1.1</version>
5
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>
6
7
<description><![CDATA[
8
Simple plugin to easily compile a Java file to smali.
9
]]></description>
10
11
<change-notes><![CDATA[
12
+ <b>version 1.1</b><br>
13
+ added Java module dependency in plugin.xml<br>
14
+ updated dx.jar (Android build-tools 20.0.0)<br>
15
<b>version 1.0</b><br>
16
initial release
17
]]>
0 commit comments