Skip to content

Commit 32de54b

Browse files
authored
Fix the untilBuild tag for the Meerkat AS build (#8031)
1 parent dba7473 commit 32de54b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

product-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"channel": "stable",
37-
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3 EAP",
37+
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3",
3838
"name": "2024.3",
3939
"version": "2024.3",
4040
"ijVersion": "2024.3",
@@ -44,7 +44,7 @@
4444
"dartPluginVersion": "243.21565.120",
4545
"androidPluginVersion": "",
4646
"sinceBuild": "243",
47-
"untilBuild": "253.*",
47+
"untilBuild": "243.*",
4848
"isUnitTestTarget": "true",
4949
"javaVersion": "17"
5050
},

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<category>Custom Languages</category>
2323
<version>SNAPSHOT</version>
24-
<idea-version since-build="243" until-build="253.*"/>
24+
<idea-version since-build="243" until-build="243.*"/>
2525

2626
<depends>com.intellij.modules.platform</depends>
2727
<depends>com.intellij.modules.lang</depends>

0 commit comments

Comments
 (0)