AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Update stable packages 20250624

Open Copilot opened this issue 8 months ago • 0 comments

This PR updates stable packages to their latest versions as of June 24, 2025, following the standard weekly update process.

Changes Made

  • Updated config.json with latest Maven artifact versions
  • Regenerated component governance manifest (cgmanifest.json)
  • Updated artifact documentation (docs/artifact-list-with-versions.md)

Package Updates

  1. androidx.databinding:databindingadapters - 8.10.1 → 8.11.0
  2. androidx.databinding:databindingcommon - 8.10.1 → 8.11.0
  3. androidx.databinding:databindingruntime - 8.10.1 → 8.11.0
  4. androidx.databinding:viewbinding - 8.10.1 → 8.11.0
  5. com.google.android.gms:playservicespal - 22.0.0 → 22.1.0
  6. com.google.errorprone:error_prone_annotations - 2.38.0 → 2.39.0
  7. com.google.errorprone:error_prone_type_annotations - 2.38.0 → 2.39.0

Process Followed

  1. Ran dotnet cake -t:update-config to fetch latest Maven versions
  2. Ran dotnet cake utilities.cake -t=generate-component-governance to update governance files
  3. Ran dotnet cake utilities.cake -t=list-artifacts to regenerate artifact lists
  4. Ran dotnet cake utilities.cake -t=api-diff-markdown-info-pr to generate change summary

This routine update ensures the .NET Android Libraries bindings stay current with the latest stable versions of Google's Android libraries and dependencies.

Fixes #1184.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot avatar Jun 24 '25 21:06 Copilot