Skip to content

Commit e011ed3

Browse files
committed
updated change notes
1 parent f4f733a commit e011ed3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

META-INF/plugin.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>
66

77
<description><![CDATA[
8-
Simple plugin to easily compile a Java file to smali.
8+
Simple plugin to easily compile Java & Kotlin files to smali.
99
]]></description>
1010

1111
<change-notes><![CDATA[
1212
<b>version 1.4</b><br>
13+
initial support for kotlin files<br>
1314
all inner classes, including anonymous, are now converted to smali<br>
15+
fix: dex file was accidentally placed in the IDE's bin directory<br>
1416
updated baksmali jar to version 2.1.0<br>
17+
rewrote entire plugin in kotlin<br>
1518
<b>version 1.3</b><br>
1619
disabled plugin for Java files outside of a module<br>
1720
improved file type detection (ignore caret position)<br>
@@ -41,7 +44,7 @@
4144

4245
<actions>
4346
<action id="generateSmaliCode" class="org.ollide.java2smali.GenerateAction" text="Compile to smali"
44-
description="Creates and shows a smali version of this Java file">
47+
description="Creates and shows a smali version of this file">
4548
<add-to-group group-id="BuildMenu" anchor="after" relative-to-action="Compile"/>
4649
</action>
4750
</actions>

0 commit comments

Comments
 (0)