Skip to content

Commit a671e58

Browse files
committed
bumped version to 1.1 + changelog
1 parent 896d904 commit a671e58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

META-INF/plugin.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<idea-plugin version="2">
22
<id>org.ollide.java2smali</id>
33
<name>java2smali</name>
4-
<version>1.0</version>
4+
<version>1.1</version>
55
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>
66

77
<description><![CDATA[
88
Simple plugin to easily compile a Java file to smali.
99
]]></description>
1010

1111
<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>
1215
<b>version 1.0</b><br>
1316
initial release
1417
]]>

0 commit comments

Comments
 (0)