Skip to content

Prepare 2.10.0 release: bump version, changelog, and README fixes#290

Open
tnj wants to merge 4 commits into
masterfrom
chore/readme-release-2.10.0
Open

Prepare 2.10.0 release: bump version, changelog, and README fixes#290
tnj wants to merge 4 commits into
masterfrom
chore/readme-release-2.10.0

Conversation

@tnj

@tnj tnj commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

Release preparation for 2.10.0 (AGP 9.x support + configuration cache, merged via #283 and #272).

Version & changelog

README fixes (README.md / README_JP.md)

  • Replace the dead Travis CI badge with the GitHub Actions build status badge
  • Fix the dev test command — there is no acceptanceTest task; use testUnrollAcceptanceTest / testPluginAcceptanceTest
  • Remove the empty Canary/Beta placeholder table
  • Note JRE 17+ is required to run the AGP 8.0+/Gradle 9 test matrix
  • Refresh the License copyright year

The version-table / 2.10.0 requirement notes were already up to date from #283, so no further compatibility-table changes were needed.

Note: release.yml verifies src/main/resources/VERSION matches the release tag, so the tag for this release must be 2.10.0.

🤖 Generated with Claude Code

tnj and others added 2 commits June 11, 2026 17:49
- 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>
Copilot AI review requested due to automatic review settings June 11, 2026 09:01

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.0 to 2.10.0 (src/main/resources/VERSION).
  • Add ver 2.10.0 release notes to CHANGELOG.md (AGP 9.x support, configuration cache support, breaking minimums).
  • Update README.md / README_JP.md with 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.

Comment thread CHANGELOG.md
tnj and others added 2 commits June 11, 2026 18:06
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants