Skip to content

Commit ef1ac1e

Browse files
author
Philippe Breault
committedDec 20, 2015
Prepare for version 1.2.4
1 parent 5408cd2 commit ef1ac1e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎META-INF/plugin.xml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="3" url="https://github.com/pbreault/adb-idea">
22
<id>com.developerphil.adbidea</id>
33
<name>ADB Idea</name>
4-
<version>1.2.3</version>
4+
<version>1.2.4</version>
55
<vendor url="http://www.developerphil.com">Philippe Breault</vendor>
66

77
<description><![CDATA[
@@ -24,6 +24,10 @@
2424

2525

2626
<change-notes><![CDATA[
27+
<b>1.2.4</b>
28+
<ul>
29+
<li>BUGFIX: NoSuchMethodError on Android Studio 2.0</li>
30+
</ul>
2731
<b>1.2.3</b>
2832
<ul>
2933
<li>BUGFIX: NoSuchMethodError on Android Studio 1.5</li>
@@ -65,8 +69,8 @@
6569
]]>
6670
</change-notes>
6771

68-
<!-- Android Studio 1.2 and Intellij 14-->
69-
<idea-version since-build="141"/>
72+
<!-- Android Studio 1.3 and Intellij 14.1 -->
73+
<idea-version since-build="141.1532"/>
7074

7175
<depends>com.intellij.modules.platform</depends>
7276
<depends>org.jetbrains.android</depends>

0 commit comments

Comments
 (0)