File tree Expand file tree Collapse file tree 6 files changed +21
-18
lines changed Expand file tree Collapse file tree 6 files changed +21
-18
lines changed Original file line number Diff line number Diff line change
1
+ # 73.1
2
+ - Build for Android Studio Hedgehog
3
+
1
4
# 73
2
5
- Prevent NPE when process is stopped while record fields are displayed
3
6
- Check lcov files for files with no test coverage (#6692 )
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name = "flutter-intellij"
2
2
org.gradle.parallel =true
3
3
org.gradle.jvmargs =-Xms1024m -Xmx4048m
4
4
javaVersion =17
5
- dartVersion =231.8770.15
6
- flutterPluginVersion =73
7
- ide =ideaIC
8
- testing =false
9
- buildSpec =setup
10
- baseVersion =231.8770.17
5
+ dartVersion =231.7864.77
6
+ flutterPluginVersion =1
7
+ ide =android-studio
8
+ testing =true
9
+ buildSpec =2023.1
10
+ baseVersion =231.7864.76
11
11
smaliPlugin =com.android.tools.idea.smali
12
12
langPlugin =org.intellij.intelliLang
13
13
kotlin.stdlib.default.dependency =false
14
- ideVersion =LATEST-EAP-SNAPSHOT
14
+ ideVersion =2023.1.1.3
Original file line number Diff line number Diff line change 56
56
"name" : " 2023.1" ,
57
57
"version" : " 2023.1" ,
58
58
"isUnitTestTarget" : " true" ,
59
- "ideaProduct" : " ideaIC " ,
60
- "ideaVersion" : " 231.8770.17 " ,
61
- "baseVersion" : " 231.8770.17 " ,
62
- "dartPluginVersion" : " 231.8770.15 " ,
63
- "sinceBuild" : " 231.7665.28 " ,
59
+ "ideaProduct" : " android-studio " ,
60
+ "ideaVersion" : " 2023.1.1.3 " ,
61
+ "baseVersion" : " 231.7864.76 " ,
62
+ "dartPluginVersion" : " 231.7864.77 " ,
63
+ "sinceBuild" : " 231.7864.76 " ,
64
64
"untilBuild" : " 231.*"
65
65
}
66
66
]
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 =" 231.7665.28 " until-build =" 231.*" />
24
+ <idea-version since-build =" 231.7864.76 " until-build =" 231.*" />
25
25
26
26
<depends >com.intellij.modules.platform</depends >
27
27
<depends >com.intellij.modules.lang</depends >
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ List<EditCommand> editCommands = [
38
38
path: 'build.gradle.kts' ,
39
39
initials: ['version.set(ideVersion)' ],
40
40
replacements: ['version.set("LATEST-EAP-SNAPSHOT")' ],
41
- versions: ['2023.1 ' ],
41
+ versions: ['2023.2 ' ],
42
42
),
43
43
EditCommand (
44
44
path: 'flutter-idea/build.gradle.kts' ,
45
45
initials: ['version.set(ideVersion)' ],
46
46
replacements: ['version.set("LATEST-EAP-SNAPSHOT")' ],
47
- versions: ['2023.1 ' ],
47
+ versions: ['2023.2 ' ],
48
48
),
49
49
EditCommand (
50
50
path:
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ void main() {
45
45
'android-studio' ,
46
46
'android-studio' ,
47
47
'android-studio' ,
48
- 'ideaIC ' ,
48
+ 'android-studio ' ,
49
49
]));
50
50
});
51
51
});
@@ -62,7 +62,7 @@ void main() {
62
62
'android-studio' ,
63
63
'android-studio' ,
64
64
'android-studio' ,
65
- 'ideaIC ' ,
65
+ 'android-studio ' ,
66
66
]));
67
67
});
68
68
});
@@ -79,7 +79,7 @@ void main() {
79
79
'android-studio' ,
80
80
'android-studio' ,
81
81
'android-studio' ,
82
- 'ideaIC ' ,
82
+ 'android-studio ' ,
83
83
]));
84
84
});
85
85
});
You can’t perform that action at this time.
0 commit comments