Skip to content

Commit fe4fb51

Browse files
authored
Change the plugin.xml to work with 2024.1, Koala, runtime development (#7387)
1 parent 7f8de39 commit fe4fb51

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
@@ -19,7 +19,7 @@
1919
"comments": "IntelliJ 2023.3, Android Studio Jellyfish 2023.3",
2020
"name": "2023.3",
2121
"version": "2023.3",
22-
"isUnitTestTarget": "true",
22+
"isUnitTestTarget": "false",
2323
"ideaProduct": "android-studio",
2424
"ideaVersion": "2023.3.1.16",
2525
"baseVersion": "233.14808.21",
@@ -33,7 +33,7 @@
3333
"comments": "IntelliJ 2024.1, Android Studio Koala 2024.1",
3434
"name": "2024.1",
3535
"version": "2024.1",
36-
"isUnitTestTarget": "false",
36+
"isUnitTestTarget": "true",
3737
"ideaProduct": "android-studio",
3838
"ideaVersion": "2024.1.1.1",
3939
"baseVersion": "241.14494.158",

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="233.14808.21" until-build="233.*"/>
24+
<idea-version since-build="241.14494.158" until-build="241.*"/>
2525

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

0 commit comments

Comments
 (0)