Skip to content

Commit 2ec6780

Browse files
committed
Recompile plugin for android studio giraffe to fix the debugger freeze
1 parent e7b0ebf commit 2ec6780

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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

@@ -191,6 +194,7 @@
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

build.gradle

+1
Original file line numberDiff line numberDiff 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 {

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

0 commit comments

Comments
 (0)