Skip to content

Commit

Permalink
bumped version to 1.2 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ollide committed Mar 15, 2015
1 parent c9157a3 commit efd0f6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<idea-plugin version="2">
<id>org.ollide.java2smali</id>
<name>java2smali</name>
<version>1.1</version>
<version>1.2</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.2</b><br>
fixed NoSuchMethodError on new IntelliJ versions<br>
updated dx.jar (Android build-tools 21.1.2)<br>
<b>version 1.1</b><br>
added Java module dependency in plugin.xml<br>
updated dx.jar (Android build-tools 20.0.0)<br>
Expand Down

0 comments on commit efd0f6a

Please sign in to comment.