Skip to content

Fix the untilBuild tag for the Meerkat AS build #8031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"channel": "stable",
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3 EAP",
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3",
"name": "2024.3",
"version": "2024.3",
"ijVersion": "2024.3",
Expand All @@ -44,7 +44,7 @@
"dartPluginVersion": "243.21565.120",
"androidPluginVersion": "",
"sinceBuild": "243",
"untilBuild": "253.*",
"untilBuild": "243.*",
"isUnitTestTarget": "true",
"javaVersion": "17"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<category>Custom Languages</category>
<version>SNAPSHOT</version>
<idea-version since-build="243" until-build="253.*"/>
<idea-version since-build="243" until-build="243.*"/>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.lang</depends>
Expand Down