File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
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
5
+ dartVersion =231.7864.77
6
+ flutterPluginVersion =74
7
+ ide =android-studio
8
8
testing =false
9
9
buildSpec =setup
10
- baseVersion =231.8770.17
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 @@ -31,13 +31,13 @@ List<EditCommand> editCommands = [
31
31
path: 'build.gradle.kts' ,
32
32
initial: 'version.set(ideVersion)' ,
33
33
replacement: 'version.set("LATEST-EAP-SNAPSHOT")' ,
34
- version: '2023.1 ' ,
34
+ version: '2023.2 ' ,
35
35
),
36
36
Subst (
37
37
path: 'flutter-idea/build.gradle.kts' ,
38
38
initial: 'version.set(ideVersion)' ,
39
39
replacement: 'version.set("LATEST-EAP-SNAPSHOT")' ,
40
- version: '2023.1 ' ,
40
+ version: '2023.2 ' ,
41
41
),
42
42
MultiSubst (
43
43
path:
You can’t perform that action at this time.
0 commit comments