Skip to content

Stable Updates 20260706#1495

Open
jonathanpeppers with Copilot wants to merge 5 commits into
mainfrom
copilot/stable-updates-20260706
Open

Stable Updates 20260706#1495
jonathanpeppers with Copilot wants to merge 5 commits into
mainfrom
copilot/stable-updates-20260706

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Routine stable-channel refresh: regenerate config.json and derived files to the latest published Maven versions, and commit resulting PublicAPI changes.

Version updates

  • androidx.compose.* 1.11.3 → 1.11.4
  • androidx.sqlite:* 2.6.2 → 2.7.0
  • androidx.wear.protolayout:* 1.4.0 → 1.4.1
  • androidx.wear.tiles:tiles-material 1.6.0 → 1.6.1

Generated files

  • config.json — updated via update-config
  • cgmanifest.json — via generate-component-governance
  • docs/artifact-list-with-versions.md — via list-artifacts
  • source/androidx.sqlite/sqlite-android/PublicAPI/PublicAPI.Unshipped.txt — new SupportSQLiteDatabaseKt / SQLStatementParserKt types, Transaction/GetStatementPrefix methods, and an ExecSQL parameter rename from the 2.7.0 bump

litert held back (dependency conflict)

update-config advances litert/litert-api to 2.1.6, but this cannot coexist with the rest of the family:

  • litert:2.1.6litert-api:2.1.6
  • litert-gpu:1.4.2 (latest; no newer release) → strict litert-api:[1.4.2]

A single litert-api entry can't satisfy both, so litert and litert-api are pinned to their prior values (2.1.5 / 1.4.2) to keep binderate dependency verification passing until litert-gpu ships a 2.x build.

Notes for reviewers / follow-up

  • Full solution build completes with no compilation errors.
  • PublicAPI regeneration for the remaining updated compose/wear projects was not finalized in this environment; CI should surface any further PublicAPI diffs.
  • published-namespaces.txt (generate-namespace-file) and the api-diff-markdown-info-pr output are still outstanding and expected to be produced/verified by CI.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI linked an issue Jul 6, 2026 that may be closed by this pull request
Copilot AI and others added 3 commits July 6, 2026 10:42
…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
Copilot AI requested a review from jonathanpeppers July 6, 2026 11:26
@jonathanpeppers jonathanpeppers marked this pull request as ready for review July 6, 2026 19:37
Copilot AI review requested due to automatic review settings July 6, 2026 19:37
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and androidx.wear.* protolayout/tiles to 1.4.1 / 1.6.1 in config.json.
  • Regenerate derived outputs (cgmanifest.json, docs/artifact-list-with-versions.md) to reflect the updated artifact + NuGet versions.
  • Update SQLite-Android PublicAPI.Unshipped.txt for 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stable Updates 20260706

4 participants