Skip to content

Commit 6f6d83a

Browse files
committed
prepare release 1.3
1 parent 133fa40 commit 6f6d83a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

META-INF/plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<idea-plugin version="2">
22
<id>org.ollide.java2smali</id>
33
<name>java2smali</name>
4-
<version>1.2</version>
4+
<version>1.3</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.3</b><br>
13+
disabled plugin for Java files outside of a module<br>
14+
improved file type detection (ignore caret position)<br>
15+
updated dx.jar (Android build-tools 22.0.0)<br>
1216
<b>version 1.2</b><br>
1317
fixed NoSuchMethodError on new IntelliJ versions<br>
1418
updated dx.jar (Android build-tools 21.1.2)<br>

0 commit comments

Comments
 (0)