File tree Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- version : [2023.3, 2024.1]
24
+ version : [2023.3, 2024.1, 2024.2 ]
25
25
steps :
26
26
- name : checkout
27
27
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Original file line number Diff line number Diff line change
1
+ # 81.1
2
+ - Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595 )
3
+
1
4
# 81
2
5
- New icons to match "New UI" features in IntelliJ and Android Studio (#6595 )
3
6
- Restore Flutter test icons in the editor gutter (#7505 )
Original file line number Diff line number Diff line change 19
19
"comments" : " IntelliJ 2024.1, Android Studio Koala 2024.1" ,
20
20
"name" : " 2024.1" ,
21
21
"version" : " 2024.1" ,
22
- "isUnitTestTarget" : " true " ,
22
+ "isUnitTestTarget" : " false " ,
23
23
"ideaProduct" : " android-studio" ,
24
24
"ideaVersion" : " 2024.1.1.1" ,
25
25
"baseVersion" : " 241.18034.62" ,
26
26
"androidPluginVersion" : " X.Y.Z" ,
27
27
"dartPluginVersion" : " 241.17502" ,
28
28
"sinceBuild" : " 241.14494.150" ,
29
29
"untilBuild" : " 241.*"
30
+ },
31
+ {
32
+ "channel" : " stable" ,
33
+ "comments" : " IntelliJ 2024.2, Android Studio Ladybug 2024.2" ,
34
+ "name" : " 2024.2" ,
35
+ "version" : " 2024.2" ,
36
+ "isUnitTestTarget" : " true" ,
37
+ "ideaProduct" : " android-studio" ,
38
+ "ideaVersion" : " 2024.1.1.1" ,
39
+ "baseVersion" : " 242.20224.300" ,
40
+ "androidPluginVersion" : " X.Y.Z" ,
41
+ "dartPluginVersion" : " 241.17502" ,
42
+ "sinceBuild" : " 242.20224.300" ,
43
+ "untilBuild" : " 242.*"
30
44
}
31
45
]
32
46
}
Original file line number Diff line number Diff line change 21
21
22
22
<category >Custom Languages</category >
23
23
<version >SNAPSHOT</version >
24
- <idea-version since-build =" 241.14494.150 " until-build =" 241 .*" />
24
+ <idea-version since-build =" 242.20224.300 " until-build =" 242 .*" />
25
25
26
26
<depends >com.intellij.modules.platform</depends >
27
27
<depends >com.intellij.modules.lang</depends >
45
45
46
46
<change-notes >
47
47
<![CDATA[
48
+ <h1>81.1</h1>
49
+ <ul>
50
+ <li>Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595)</li>
51
+ </ul>
48
52
<h1>81</h1>
49
53
<ul>
50
54
<li>New icons to match "New UI" features in IntelliJ and Android Studio (#6595)</li>
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ void main() {
41
41
expect (
42
42
specs.map ((spec) => spec.ideaProduct).toList (),
43
43
orderedEquals ([
44
+ 'android-studio' ,
44
45
'android-studio' ,
45
46
'android-studio'
46
47
]));
@@ -55,6 +56,7 @@ void main() {
55
56
expect (
56
57
specs.map ((spec) => spec.ideaProduct).toList (),
57
58
orderedEquals ([
59
+ 'android-studio' ,
58
60
'android-studio' ,
59
61
'android-studio'
60
62
]));
@@ -69,6 +71,7 @@ void main() {
69
71
expect (
70
72
specs.map ((spec) => spec.ideaProduct).toList (),
71
73
orderedEquals ([
74
+ 'android-studio' ,
72
75
'android-studio' ,
73
76
'android-studio'
74
77
]));
You can’t perform that action at this time.
0 commit comments