Skip to content

Commit fcb9157

Browse files
committed
Prepare for 1.6.11
1 parent 6bbd405 commit fcb9157

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [[Unreleased]]
44

5+
## [1.6.11] - 2023-06-11
6+
- Compatibility with AS Hedgehog
7+
58
## [1.6.10] - 2023-04-10
69
- Fix device selection on Android Studio Giraffe
710

@@ -188,6 +191,7 @@
188191
- Command to clear data and restart
189192

190193
[Unreleased]: https://github.com/pbreault/adb-idea/compare/v1.7.0-SNAPSHOT...HEAD
194+
[1.6.11]: https://github.com/pbreault/adb-idea/compare/1.6.10...1.6.11
191195
[1.6.10]: https://github.com/pbreault/adb-idea/compare/1.6.9...1.6.10
192196
[1.6.9]: https://github.com/pbreault/adb-idea/compare/1.6.8...1.6.9
193197
[1.6.8]: https://github.com/pbreault/adb-idea/compare/1.6.7...1.6.8

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Minimum Intellij PLatform version supported by this plugin
33
# see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
4-
sinceBuild=223
4+
sinceBuild=231
55

66
# The kotlin stdlib is provided by the platform
77
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library

0 commit comments

Comments
 (0)