Skip to content

Commit 9e2d922

Browse files
committed
Release 1.6.0
* Enable/Disable Wi-Fi * Enable/Disable Mobile Data * Fix the device selection dialog in Android Studio 4.1+
1 parent 351f2cf commit 9e2d922

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/main/resources/META-INF/plugin.xml

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

77
<description><![CDATA[
@@ -27,6 +27,12 @@
2727

2828

2929
<change-notes><![CDATA[
30+
<b>1.6.0</b>
31+
<ul>
32+
<li>FEATURE: Enable/Disable Wi-Fi</li>
33+
<li>FEATURE: Enable/Disable Mobile Data</li>
34+
<li>BUGFIX: Compatibility with Android Studio 4.1-alpha07+</li>
35+
</ul>
3036
<b>1.5.4</b>
3137
<ul>
3238
<li>BUGFIX: Compatibility with Android Studio 3.6-alpha12+</li>
@@ -123,9 +129,9 @@
123129
]]>
124130
</change-notes>
125131

126-
<!-- Android Studio 3.3+ -->
132+
<!-- Android Studio 3.6.3+ -->
127133
<!-- see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html -->
128-
<idea-version since-build="183"/>
134+
<idea-version since-build="192"/>
129135

130136
<depends>com.intellij.modules.platform</depends>
131137
<depends>org.jetbrains.android</depends>

0 commit comments

Comments
 (0)