Skip to content

Commit 4b80799

Browse files
committed
Prepare for 1.6.8
1 parent 02bd51b commit 4b80799

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [1.6.8] - 2022-09-11
3+
### Fixed
4+
- Compatibility with AS Dolphin and Electric Eel
25
## [1.6.7] - 2022-09-11
36
### Fixed
47
- exception on "* with debugger" commands in AS Chipmunk | 2021.2.1 #144
@@ -142,6 +145,7 @@
142145
- Command to clear data and restart
143146

144147

148+
[1.6.8]: https://github.com/pbreault/adb-idea/releases/tag/1.6.8
145149
[1.6.7]: https://github.com/pbreault/adb-idea/releases/tag/1.6.7
146150
[1.6.6]: https://github.com/pbreault/adb-idea/releases/tag/1.6.6
147151
[1.6.5]: https://github.com/pbreault/adb-idea/releases/tag/1.6.5

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929

3030
<change-notes><![CDATA[
31+
<b>1.6.8</b>
32+
<ul>
33+
<li>BUGFIX: Compatibility with AS Dolphin and Electric Eel</li>
34+
</ul>
3135
<b>1.6.7</b>
3236
<ul>
3337
<li>BUGFIX: exception on "* with debugger" commands in AS Chipmunk | 2021.2.1 (#144)</li>
@@ -164,7 +168,7 @@
164168

165169
<!-- Android Studio 7.1+ -->
166170
<!-- see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html -->
167-
<idea-version since-build="212.5712"/>
171+
<idea-version since-build="213.7172"/>
168172

169173
<depends>com.intellij.modules.platform</depends>
170174
<depends>com.intellij.modules.androidstudio</depends>

0 commit comments

Comments
 (0)