Skip to content

Commit

Permalink
release notes for version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ollide committed Aug 16, 2016
1 parent 16ffe8b commit 9474fe2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/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.4</version>
<version>1.5</version>
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>

<description><![CDATA[
Simple plugin to easily compile Java & Kotlin files to smali.
]]></description>

<change-notes><![CDATA[
<b>version 1.5</b><br>
kotlin runtime 1.0.3<br>
updated baksmali.jar to version 2.1.3<br>
updated dx.jar (Android build-tools 23.0.2)<br>
<b>version 1.4</b><br>
initial support for kotlin files<br>
all inner classes, including anonymous, are now converted to smali<br>
Expand Down

0 comments on commit 9474fe2

Please sign in to comment.