Skip to content

Commit

Permalink
Recompile plugin for android studio giraffe to fix the debugger freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreault committed Jul 30, 2023
1 parent e7b0ebf commit 2ec6780
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [[Unreleased]]

## [1.6.12] - 2023-07-30
- Debugger freezes the IDE on AS Giraffe (#157)

## [1.6.11] - 2023-06-11
- Compatibility with AS Hedgehog

Expand Down Expand Up @@ -191,6 +194,7 @@
- Command to clear data and restart

[Unreleased]: https://github.com/pbreault/adb-idea/compare/v1.7.0-SNAPSHOT...HEAD
[1.6.12]: https://github.com/pbreault/adb-idea/compare/1.6.11...1.6.12
[1.6.11]: https://github.com/pbreault/adb-idea/compare/1.6.10...1.6.11
[1.6.10]: https://github.com/pbreault/adb-idea/compare/1.6.9...1.6.10
[1.6.9]: https://github.com/pbreault/adb-idea/compare/1.6.8...1.6.9
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ intellij {

patchPluginXml {
sinceBuild = project.property("sinceBuild")
untilBuild = project.property("untilBuild")

// Extract the 5 most recents entries in CHANGELOG.md
changeNotes = provider {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

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

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

0 comments on commit 2ec6780

Please sign in to comment.