Skip to content

Commit

Permalink
Update the product-matrix.json (#7447)
Browse files Browse the repository at this point in the history
The product-matrix.json now builds against the latest Dart plugin, as
well as the latest Koala AS version.
  • Loading branch information
jwren committed May 23, 2024
1 parent bd96b52 commit fc65008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flutterPluginVersion=SNAPSHOT
ide=android-studio
testing=false
buildSpec=2024.1
baseVersion=241.14494.158
baseVersion=241.15989.150
smaliPlugin=com.android.tools.idea.smali
langPlugin=org.intellij.intelliLang
kotlin.stdlib.default.dependency=false
Expand Down
8 changes: 4 additions & 4 deletions product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ideaVersion": "2023.3.1.16",
"baseVersion": "233.14808.21",
"androidPluginVersion": "X.Y.Z",
"dartPluginVersion": "233.15123",
"dartPluginVersion": "233.15271",
"sinceBuild": "233.14808.21",
"untilBuild": "233.*"
},
Expand All @@ -36,10 +36,10 @@
"isUnitTestTarget": "true",
"ideaProduct": "android-studio",
"ideaVersion": "2024.1.1.1",
"baseVersion": "241.14494.158",
"baseVersion": "241.15989.150",
"androidPluginVersion": "X.Y.Z",
"dartPluginVersion": "241.15845",
"sinceBuild": "241.14494.158",
"dartPluginVersion": "241.17502",
"sinceBuild": "241.15989.150",
"untilBuild": "241.*"
}
]
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="241.14494.158" until-build="241.*"/>
<idea-version since-build="241.15989.150" until-build="241.*"/>

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

0 comments on commit fc65008

Please sign in to comment.