Stable Updates 20260907 - #1543
Merged
Merged
Conversation
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update configuration and generate governance artifacts
Stable Updates 20260907
Sep 7, 2026
There was a problem hiding this comment.
🟡 Changes recommended
Some pinned/compatibility-hold entries in config.json are not fully enforced via frozen (and the PR description is missing the required api-diff-markdown-info-pr output per #1542).
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the repository’s stable Android library set (Maven + NuGet) and regenerates the tracked metadata that governs what the repo binds and ships (component governance, artifact list, and PublicAPI surfaces for updated bindings).
Changes:
- Bumped stable dependency versions (notably Camera, DataBinding, Navigation 2.10.0, Tracing/Transition, Recaptcha) across
config.json,cgmanifest.json, and the published artifact list. - Updated AndroidX Navigation PublicAPI baselines to reflect upstream API surface changes in common/runtime/compose artifacts.
- Added/adjusted compatibility controls in
config.json(Cronet transitional artifacts frozen; LiteRT core/API frozen; Navigation addskotlinx-coroutines-core-jvmextra dependency).
File summaries
| File | Description |
|---|---|
| source/androidx.navigation/navigation-runtime-android/PublicAPI/PublicAPI.Unshipped.txt | Updates tracked unshipped API surface for Navigation runtime Android bindings. |
| source/androidx.navigation/navigation-compose-android/PublicAPI/PublicAPI.Unshipped.txt | Updates tracked unshipped API surface for Navigation Compose Android bindings (new APIs/transitions overloads). |
| source/androidx.navigation/navigation-common-android/PublicAPI/PublicAPI.Unshipped.txt | Updates tracked unshipped API surface for Navigation common Android bindings (interface/member changes, new helpers). |
| docs/artifact-list-with-versions.md | Regenerates the versioned artifact list to reflect updated stable versions. |
| config.json | Refreshes versions, adds extra dependencies for Navigation 2.10.0, and applies freezing/comments for constrained artifacts. |
| cgmanifest.json | Regenerates component governance manifest versions to match updated dependency set. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+2639
to
+2641
| "type": "androidlibrary", | ||
| "frozen": true, | ||
| "comments": "Later versions conflict with the LiteRT GPU packages, which require 1.4.2." |
Comment on lines
4739
to
+4742
| "nugetId": "Square.OkIO", | ||
| "type": "androidlibrary", | ||
| "mavenRepositoryType": "MavenCentral" | ||
| "mavenRepositoryType": "MavenCentral", | ||
| "comments": "The Okio family is temporarily held at 3.18.1 because Azure Artifacts cannot restore version 3.18.2 from Maven Central (401 Unauthorized)." |
| | 26|androidx.camera:camera-view |1.6.1 |Xamarin.AndroidX.Camera.View |1.6.1.1 | | ||
| | 27|androidx.camera.featurecombinationquery:featurecombinationquery |1.6.1 |Xamarin.AndroidX.Camera.FeatureCombinationQuery |1.6.1.1 | | ||
| | 28|androidx.camera.viewfinder:viewfinder-core |1.6.1 |Xamarin.AndroidX.Camera.Viewfinder.Core |1.6.1.1 | | ||
| | 18|androidx.camera:camera-camera2 |1.6.2 |Xamarin.AndroidX.Camera.Camera2 |1.6.2 | |
sheiksyedm
approved these changes
Sep 8, 2026
jonathanpeppers
approved these changes
Sep 8, 2026
jonathanpeppers
enabled auto-merge (squash)
September 8, 2026 13:34
rolfbjarne
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates stable Android library dependencies and regenerates the associated governance and artifact metadata.
Dependency updates
cgmanifest.jsonand the versioned artifact list.Compatibility constraints