Stable Updates 20260706#1495
Open
jonathanpeppers with Copilot wants to merge 5 commits into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
…ions 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] Run commands for stable updates and commit changes
Stable Updates 20260706
Jul 6, 2026
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Routine stable-channel refresh for the .NET Android bindings pipeline by updating config.json to the latest stable Maven artifacts (notably Compose, SQLite, and Wear ProtoLayout/Tiles), and updating derived governance/docs + SQLite public API baselines accordingly.
Changes:
- Bump
androidx.compose.*to 1.11.4,androidx.sqlite:*to 2.7.0, andandroidx.wear.*protolayout/tiles to 1.4.1 / 1.6.1 inconfig.json. - Regenerate derived outputs (
cgmanifest.json,docs/artifact-list-with-versions.md) to reflect the updated artifact + NuGet versions. - Update SQLite-Android
PublicAPI.Unshipped.txtfor newly surfaced Kotlin top-level types/methods introduced in 2.7.0.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| source/androidx.sqlite/sqlite-android/PublicAPI/PublicAPI.Unshipped.txt | Captures new/changed unshipped APIs from the SQLite 2.7.0 binding regeneration. |
| docs/artifact-list-with-versions.md | Updates the published artifact/version matrix to match the refreshed config.json. |
| config.json | Primary version bumps for Compose/SQLite/Wear artifacts (and some NuGet revision bumps). |
| cgmanifest.json | Regenerated component governance entries aligning Maven + NuGet versions with config.json. |
| static AndroidX.Sqlite.Db.SupportSQLiteOpenHelperConfiguration.InvokeBuilder(Android.Content.Context! context) -> AndroidX.Sqlite.Db.SupportSQLiteOpenHelperConfiguration.Builder! | ||
| static AndroidX.Sqlite.Db.SupportSQLiteQueryBuilder.Builder(string! tableName) -> AndroidX.Sqlite.Db.SupportSQLiteQueryBuilder! | ||
| static AndroidX.Sqlite.SQLite.ExecSQL(AndroidX.Sqlite.ISQLiteConnection! obj, string! sql) -> void | ||
| static AndroidX.Sqlite.SQLite.ExecSQL(AndroidX.Sqlite.ISQLiteConnection! _this_execSQL, string! sql) -> void |
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.
Routine stable-channel refresh: regenerate
config.jsonand derived files to the latest published Maven versions, and commit resultingPublicAPIchanges.Version updates
androidx.compose.*1.11.3 → 1.11.4androidx.sqlite:*2.6.2 → 2.7.0androidx.wear.protolayout:*1.4.0 → 1.4.1androidx.wear.tiles:tiles-material1.6.0 → 1.6.1Generated files
config.json— updated viaupdate-configcgmanifest.json— viagenerate-component-governancedocs/artifact-list-with-versions.md— vialist-artifactssource/androidx.sqlite/sqlite-android/PublicAPI/PublicAPI.Unshipped.txt— newSupportSQLiteDatabaseKt/SQLStatementParserKttypes,Transaction/GetStatementPrefixmethods, and anExecSQLparameter rename from the 2.7.0 bumplitert held back (dependency conflict)
update-configadvanceslitert/litert-apito 2.1.6, but this cannot coexist with the rest of the family:litert:2.1.6→litert-api:2.1.6litert-gpu:1.4.2(latest; no newer release) → strictlitert-api:[1.4.2]A single
litert-apientry can't satisfy both, solitertandlitert-apiare pinned to their prior values (2.1.5 / 1.4.2) to keep binderate dependency verification passing untillitert-gpuships a 2.x build.Notes for reviewers / follow-up
PublicAPIdiffs.published-namespaces.txt(generate-namespace-file) and theapi-diff-markdown-info-proutput are still outstanding and expected to be produced/verified by CI.