Skip to content
Merged
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 @@ -26,7 +26,6 @@
"name": "Android Studio 3.5",
"version": "3.5",
"ijVersion": "2019.1",
"isTestTarget": "true",
"ideaProduct": "android-studio",
"ideaVersion": "191.5416148",
"dartPluginVersion": "191.6183.87",
Expand All @@ -37,10 +36,11 @@
"comments": "IntelliJ 2019.2 EAP",
"name": "IntelliJ 2019.2 EAP",
"version": "2019.2",
"isTestTarget": "true",
"ideaProduct": "ideaIU",
"ideaVersion": "2019.1",
"dartPluginVersion": "191.4899",
"sinceBuild": "192.0",
"sinceBuild": "191.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll over overlap issue wrt the version ranges that match each plugin (2019.1 vs 2019.2). Is this something we'd want to land? Something to enable testing?

"untilBuild": "192.SNAPSHOT"
}
]
Expand Down