Skip to content

Commit 6278aa5

Browse files
committed
Release 1.6.2
Fix notifications and debugger on Android Studio 4.0
1 parent 4676aa7 commit 6278aa5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

+11-4
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.6.1</version>
4+
<version>1.6.2</version>
55
<vendor url="http://www.developerphil.com">Philippe Breault</vendor>
66

77
<description><![CDATA[
@@ -13,9 +13,11 @@
1313
<li>ADB Restart App</li>
1414
<li>ADB Clear App Data</li>
1515
<li>ADB Clear App Data and Restart</li>
16-
<li>ADB Revoke Permissions</li>
1716
<li>ADB Start App With Debugger</li>
1817
<li>ADB Restart App With Debugger</li>
18+
<li>ADB Grant/Revoke Permissions</li>
19+
<li>ADB Enable/Disable Wi-Fi</li>
20+
<li>ADB Enable/Disable Mobile Data</li>
1921
</ul>
2022
<br />
2123
There are two basic ways to invoke a command:
@@ -27,6 +29,11 @@
2729

2830

2931
<change-notes><![CDATA[
32+
<b>1.6.2</b>
33+
<ul>
34+
<li>BUGFIX: Notifications don't show up on Studio 4.0</li>
35+
<li>BUGFIX: Debugger sometime fails to attach on Studio 4.0</li>
36+
</ul>
3037
<b>1.6.1</b>
3138
<ul>
3239
<li>BUGFIX: Can't attach a debugger on Android Studio 3.6</li>
@@ -133,9 +140,9 @@
133140
]]>
134141
</change-notes>
135142

136-
<!-- Android Studio 3.6.3+ -->
143+
<!-- Android Studio 4.0+ -->
137144
<!-- see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html -->
138-
<idea-version since-build="192"/>
145+
<idea-version since-build="193"/>
139146

140147
<depends>com.intellij.modules.platform</depends>
141148
<depends>org.jetbrains.android</depends>

0 commit comments

Comments
 (0)