We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ffe8b commit 9474fe2Copy full SHA for 9474fe2
resources/META-INF/plugin.xml
@@ -1,14 +1,18 @@
1
<idea-plugin version="2">
2
<id>org.ollide.java2smali</id>
3
<name>java2smali</name>
4
- <version>1.4</version>
+ <version>1.5</version>
5
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>
6
7
<description><![CDATA[
8
Simple plugin to easily compile Java & Kotlin files to smali.
9
]]></description>
10
11
<change-notes><![CDATA[
12
+ <b>version 1.5</b><br>
13
+ kotlin runtime 1.0.3<br>
14
+ updated baksmali.jar to version 2.1.3<br>
15
+ updated dx.jar (Android build-tools 23.0.2)<br>
16
<b>version 1.4</b><br>
17
initial support for kotlin files<br>
18
all inner classes, including anonymous, are now converted to smali<br>
0 commit comments