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
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Update the [product-matrix.json](../product-matrix.json):
- IntelliJ IDEA versions can be found here: https://www.jetbrains.com/idea/download/other.html
- Version numbers for the `product-matrix.json` should be taken from the name of the downloaded file, not versions listed on the website.
- Dart Plugin versions can be found here: https://plugins.jetbrains.com/plugin/6351-dart
- Android Studio versions can be found here: https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
- Android Studio versions can be found here: https://developer.android.com/studio/archive & https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
- To view the current sources from Android Studio, use https://cs.android.com/android-studio
Comment on lines +11 to 12
Copy link

Copilot AI Apr 9, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider separating the two URLs with clearer punctuation (e.g., a comma or bullet list) to improve readability and avoid ambiguity when users click the links.

Suggested change
- Android Studio versions can be found here: https://developer.android.com/studio/archive & https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
- To view the current sources from Android Studio, use https://cs.android.com/android-studio
- Android Studio versions can be found here:
- https://developer.android.com/studio/archive
- https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Heh. This advice looks good to me. But I'm not invested.

- To get versions of the Android plugin for IntelliJ, versions can be pulled from https://plugins.jetbrains.com/plugin/22989-android

Expand Down