Skip to content

Commit 06aa785

Browse files
authored
Initial version for Android Studio Meerkat (platform version 2024.3) (#7800)
This resolves #7799 (!) <img width="791" alt="Screenshot 2024-11-19 at 3 08 08 PM" src="https://github.com/user-attachments/assets/602c6c72-5b76-4aba-b30e-07f9bc7d0fcc">
1 parent f2292e9 commit 06aa785

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ intellijPlatform {
160160
} else {
161161
ide(IntelliJPlatformType.IntellijIdeaCommunity, ideaVersion)
162162
}
163-
recommended()
163+
// recommended()
164164
// select {
165165
// types = listOf(IntelliJPlatformType.AndroidStudio)
166166
// channels = listOf(ProductRelease.Channel.RELEASE)

product-matrix.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
},
4848
{
4949
"channel": "stable",
50-
"comments": "IntelliJ 2024.3, IntelliJ 2024.3 EAP",
50+
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3 EAP",
5151
"name": "2024.3",
5252
"version": "2024.3",
5353
"ijVersion": "2024.3",
54-
"ideaProduct": "IC",
55-
"ideaVersion": "243.21565.23",
54+
"ideaProduct": "android-studio",
55+
"ideaVersion": "2024.3.1.2",
5656
"baseVersion": "243.21565.23",
5757
"dartPluginVersion": " 243.21565.120",
58-
"androidPluginVersion": "243.21565.23",
58+
"androidPluginVersion": "",
5959
"sinceBuild": "243",
6060
"untilBuild": "253.*",
6161
"isUnitTestTarget": "false"

0 commit comments

Comments
 (0)