AndroidX
AndroidX copied to clipboard
[WIP] Update stable versions with latest configurations and artifacts
- [x] Run
dotnet cake -t:update-configto update config.json with latest Maven versions - [x] Run
dotnet cake utilities.cake -t=generate-component-governanceto generate cgmanifest.json - [x] Run
dotnet cake utilities.cake -t=generate-namespace-fileto generate published-namespaces.txt (skipped - requires build first) - [x] Run
dotnet cake utilities.cake -t=list-artifactsto 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-prto 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-artifactsCommit the changes.
Build the repo and commit any changes to
PublicApi.*.txtfiles.Lastly, run:
dotnet cake utilities.cake -t=api-diff-markdown-info-prAnd 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.