Commit 2ec6780 1 parent e7b0ebf commit 2ec6780 Copy full SHA for 2ec6780
File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [[ Unreleased]]
4
4
5
+ ## [ 1.6.12] - 2023-07-30
6
+ - Debugger freezes the IDE on AS Giraffe (#157 )
7
+
5
8
## [ 1.6.11] - 2023-06-11
6
9
- Compatibility with AS Hedgehog
7
10
191
194
- Command to clear data and restart
192
195
193
196
[ Unreleased ] : https://github.com/pbreault/adb-idea/compare/v1.7.0-SNAPSHOT...HEAD
197
+ [ 1.6.12 ] : https://github.com/pbreault/adb-idea/compare/1.6.11...1.6.12
194
198
[ 1.6.11 ] : https://github.com/pbreault/adb-idea/compare/1.6.10...1.6.11
195
199
[ 1.6.10 ] : https://github.com/pbreault/adb-idea/compare/1.6.9...1.6.10
196
200
[ 1.6.9 ] : https://github.com/pbreault/adb-idea/compare/1.6.8...1.6.9
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ intellij {
39
39
40
40
patchPluginXml {
41
41
sinceBuild = project. property(" sinceBuild" )
42
+ untilBuild = project. property(" untilBuild" )
42
43
43
44
// Extract the 5 most recents entries in CHANGELOG.md
44
45
changeNotes = provider {
Original file line number Diff line number Diff line change 1
1
2
2
# Minimum Intellij PLatform version supported by this plugin
3
3
# see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
4
- sinceBuild =231
4
+ sinceBuild =223
5
+ untilBuild =223.*
5
6
6
7
# The kotlin stdlib is provided by the platform
7
8
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
You can’t perform that action at this time.
0 commit comments