-
Notifications
You must be signed in to change notification settings - Fork 318
/
product-matrix.json
46 lines (46 loc) · 1.33 KB
/
product-matrix.json
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
37
38
39
40
41
42
43
44
45
46
{
"list": [
{
"channel": "stable",
"comments": "IntelliJ 2023.3, Android Studio Jellyfish 2023.3",
"name": "2023.3",
"version": "2023.3",
"isUnitTestTarget": "false",
"ideaProduct": "android-studio",
"ideaVersion": "2023.3.1.16",
"baseVersion": "233.14808.21",
"androidPluginVersion": "X.Y.Z",
"dartPluginVersion": "233.15271",
"sinceBuild": "233.14808.21",
"untilBuild": "233.*"
},
{
"channel": "stable",
"comments": "IntelliJ 2024.1, Android Studio Koala 2024.1",
"name": "2024.1",
"version": "2024.1",
"isUnitTestTarget": "false",
"ideaProduct": "android-studio",
"ideaVersion": "2024.1.1.1",
"baseVersion": "241.18034.62",
"androidPluginVersion": "X.Y.Z",
"dartPluginVersion": "241.17502",
"sinceBuild": "241.14494.150",
"untilBuild": "241.*"
},
{
"channel": "stable",
"comments": "IntelliJ 2024.2, Android Studio Ladybug 2024.2",
"name": "2024.2",
"version": "2024.2",
"isUnitTestTarget": "true",
"ideaProduct": "android-studio",
"ideaVersion": "2024.1.1.1",
"baseVersion": "242.23339.11",
"androidPluginVersion": "X.Y.Z",
"dartPluginVersion": "241.17502",
"sinceBuild": "242.20224.300",
"untilBuild": "242.*"
}
]
}