File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33## [[ Unreleased]]
44
5+ ## [ 1.6.12] - 2023-07-30
6+ - Debugger freezes the IDE on AS Giraffe (#157 )
7+
58## [ 1.6.11] - 2023-06-11
69- Compatibility with AS Hedgehog
710
191194- Command to clear data and restart
192195
193196[ 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
194198[ 1.6.11 ] : https://github.com/pbreault/adb-idea/compare/1.6.10...1.6.11
195199[ 1.6.10 ] : https://github.com/pbreault/adb-idea/compare/1.6.9...1.6.10
196200[ 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 {
3939
4040 patchPluginXml {
4141 sinceBuild = project. property(" sinceBuild" )
42+ untilBuild = project. property(" untilBuild" )
4243
4344 // Extract the 5 most recents entries in CHANGELOG.md
4445 changeNotes = provider {
Original file line number Diff line number Diff line change 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 =231
4+ sinceBuild =223
5+ untilBuild =223.*
56
67# The kotlin stdlib is provided by the platform
78# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
You can’t perform that action at this time.
0 commit comments