From ca97824a6a82b489351d66caf5416ece3028df0d Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Thu, 14 Nov 2024 12:51:18 -0800 Subject: [PATCH] Initial version for Android Studio Meerkat (platform version 2024.3) This resolves https://github.com/flutter/flutter-intellij/issues/7799 --- build.gradle.kts | 2 +- product-matrix.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 23633e26b6..a604ca1fc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -160,7 +160,7 @@ intellijPlatform { } else { ide(IntelliJPlatformType.IntellijIdeaCommunity, ideaVersion) } - recommended() +// recommended() // select { // types = listOf(IntelliJPlatformType.AndroidStudio) // channels = listOf(ProductRelease.Channel.RELEASE) diff --git a/product-matrix.json b/product-matrix.json index 7ec6cad024..e4f57ee288 100644 --- a/product-matrix.json +++ b/product-matrix.json @@ -47,15 +47,15 @@ }, { "channel": "stable", - "comments": "IntelliJ 2024.3, IntelliJ 2024.3 EAP", + "comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3 EAP", "name": "2024.3", "version": "2024.3", "ijVersion": "2024.3", - "ideaProduct": "IC", - "ideaVersion": "243.21565.23", + "ideaProduct": "android-studio", + "ideaVersion": "2024.3.1.2", "baseVersion": "243.21565.23", "dartPluginVersion": " 243.21565.120", - "androidPluginVersion": "243.21565.23", + "androidPluginVersion": "", "sinceBuild": "243", "untilBuild": "253.*", "isUnitTestTarget": "false"