Skip to content

Commit

Permalink
prepare release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ollide committed Mar 24, 2015
1 parent 133fa40 commit 6f6d83a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<idea-plugin version="2">
<id>org.ollide.java2smali</id>
<name>java2smali</name>
<version>1.2</version>
<version>1.3</version>
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>

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

<change-notes><![CDATA[
<b>version 1.3</b><br>
disabled plugin for Java files outside of a module<br>
improved file type detection (ignore caret position)<br>
updated dx.jar (Android build-tools 22.0.0)<br>
<b>version 1.2</b><br>
fixed NoSuchMethodError on new IntelliJ versions<br>
updated dx.jar (Android build-tools 21.1.2)<br>
Expand Down

0 comments on commit 6f6d83a

Please sign in to comment.