-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathproduct-matrix.json
More file actions
36 lines (36 loc) · 1005 Bytes
/
product-matrix.json
File metadata and controls
36 lines (36 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"list": [
{
"channel": "stable",
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3",
"name": "2024.3",
"version": "2024.3",
"ijVersion": "2024.3",
"ideaProduct": "android-studio",
"ideaVersion": "2024.3.1.10",
"baseVersion": "243.22562.59",
"dartPluginVersion": "243.21565.120",
"androidPluginVersion": "",
"sinceBuild": "243",
"untilBuild": "243.*",
"isUnitTestTarget": "true",
"javaVersion": "21"
},
{
"channel": "stable",
"comments": "IntelliJ 2025.1, Android Studio Narwhal 2025.1",
"name": "2025.1",
"version": "2025.1",
"ijVersion": "2025.1",
"ideaProduct": "android-studio",
"ideaVersion": "2025.1.2.5",
"baseVersion": "251.23774.16",
"dartPluginVersion": "251.23774.16",
"androidPluginVersion": "",
"sinceBuild": "251",
"untilBuild": "253.*",
"isUnitTestTarget": "false",
"javaVersion": "21"
}
]
}