Prepare 2.10.0 release: bump version, changelog, and README fixes#290
Prepare 2.10.0 release: bump version, changelog, and README fixes#290tnj wants to merge 4 commits into
Conversation
- Replace the dead Travis CI badge with the GitHub Actions build status badge - Fix the development test command: there is no `acceptanceTest` task; use `testUnrollAcceptanceTest` / `testPluginAcceptanceTest` - Remove the empty Canary/Beta placeholder table (the note and the workflow link already convey the latest tested versions) - Note JRE 17+ is needed to run the AGP 8.0+/Gradle 9 test matrix - Bump the License copyright year Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Record the 2.10.0 release in the changelog: - Migrate to AGP's public androidComponents/Artifacts API and support AGP 9.x (8.8.x–9.2.x). [#283] - Support Gradle's configuration cache. [#272] - Breaking: drop AGP 4.2.x and Gradle 6.7.x; minimum AGP/Gradle is now 7.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the plugin to version 2.10.0, migrating to the public Android Gradle Plugin androidComponents/Artifacts API, supporting AGP 9.x, and dropping support for AGP 4.2.x and Gradle 6.7.x. It also updates the documentation to reflect new JRE requirements, test commands, and copyright years. The review feedback suggests minor grammatical and formatting improvements in the CHANGELOG.md file to enhance readability and structure.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 2.10.0 release by bumping the published version, adding the corresponding changelog entry, and correcting README documentation (badges, dev/test instructions, and requirements notes).
Changes:
- Bump plugin version from
2.9.0to2.10.0(src/main/resources/VERSION). - Add
ver 2.10.0release notes toCHANGELOG.md(AGP 9.x support, configuration cache support, breaking minimums). - Update
README.md/README_JP.mdwith GitHub Actions badge, correct dev test tasks, remove placeholder table, and refresh license year / requirements note.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/main/resources/VERSION | Version bump to 2.10.0 for the release. |
| CHANGELOG.md | Adds 2.10.0 release notes including breaking changes and supported AGP/Gradle ranges. |
| README.md | Updates badge, dev test command, requirements note, and license year; removes placeholder table. |
| README_JP.md | Same README maintenance updates in Japanese documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Reword "Support Android Gradle Plugin of below" to "Support the following Android Gradle Plugin versions" - Use a `### Breaking Changes` subheading instead of italic text Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fill in the Android Studio release code names for AGP 8.8.x–8.13.x (Ladybug Feature Drop, Meerkat, Meerkat Feature Drop, Narwhal, Narwhal Feature Drop, Otter) per the official AGP compatibility table, and re-align the table. 9.0.x–9.2.x are intentionally left blank since each maps to multiple Android Studio releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Summary
Release preparation for 2.10.0 (AGP 9.x support + configuration cache, merged via #283 and #272).
Version & changelog
src/main/resources/VERSION2.9.0→2.10.0ver 2.10.0changelog entry:androidComponents/Artifacts API and support AGP 9.x (8.8.x–9.2.x with their paired Gradle versions). [Migrate to AGP's androidComponents/Artifacts API and support AGP 9.x #283]README fixes (README.md / README_JP.md)
acceptanceTesttask; usetestUnrollAcceptanceTest/testPluginAcceptanceTestThe version-table / 2.10.0 requirement notes were already up to date from #283, so no further compatibility-table changes were needed.
🤖 Generated with Claude Code