AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

[WIP] Update stable versions with latest configurations and artifacts

Open Copilot opened this issue 3 months ago • 0 comments

  • [x] Run dotnet cake -t:update-config to update config.json with latest Maven versions
  • [x] Run dotnet cake utilities.cake -t=generate-component-governance to generate cgmanifest.json
  • [x] Run dotnet cake utilities.cake -t=generate-namespace-file to generate published-namespaces.txt (skipped - requires build first)
  • [x] Run dotnet cake utilities.cake -t=list-artifacts to generate artifact list documentation
  • [x] Commit initial configuration updates
  • [ ] Build the repository to update PublicApi.*.txt files and generate namespace file
  • [ ] Commit PublicApi.*.txt changes and published-namespaces.txt
  • [ ] Run dotnet cake utilities.cake -t=api-diff-markdown-info-pr to generate API diff information
  • [ ] Update PR description and commit messages with API diff output
Original prompt

This section details on the original issue you should resolve

<issue_title>Stable Updates 20251215</issue_title> <issue_description>Run the following commands:

dotnet cake -t:update-config
dotnet cake utilities.cake -t=generate-component-governance
dotnet cake utilities.cake -t=generate-namespace-file
dotnet cake utilities.cake -t=list-artifacts

Commit the changes.

Build the repo and commit any changes to PublicApi.*.txt files.

Lastly, run:

dotnet cake utilities.cake -t=api-diff-markdown-info-pr

And put the contents from this command in the PR description and commit messages.</issue_description>

Comments on the Issue (you are @copilot in this section)

  • Fixes dotnet/android-libraries#1333

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot avatar Dec 15 '25 09:12 Copilot