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 133fa40 commit 6f6d83aCopy full SHA for 6f6d83a
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.2</version>
+ <version>1.3</version>
5
<vendor email="[email protected]" url="https://github.com/ollide">ollide</vendor>
6
7
<description><![CDATA[
8
Simple plugin to easily compile a Java file to smali.
9
]]></description>
10
11
<change-notes><![CDATA[
12
+ <b>version 1.3</b><br>
13
+ disabled plugin for Java files outside of a module<br>
14
+ improved file type detection (ignore caret position)<br>
15
+ updated dx.jar (Android build-tools 22.0.0)<br>
16
<b>version 1.2</b><br>
17
fixed NoSuchMethodError on new IntelliJ versions<br>
18
updated dx.jar (Android build-tools 21.1.2)<br>
0 commit comments