Bump compileSdkVersion → 36, buildToolsVersion → 36.0.0, browserVersion → 1.9.0, Fixes AB#3561424#410
Draft
Bump compileSdkVersion → 36, buildToolsVersion → 36.0.0, browserVersion → 1.9.0, Fixes AB#3561424#410
Conversation
|
✅ Work item link check complete. Description contains link AB#3561424 to an Azure Boards work item. |
…wserVersion to 1.9.0 Agent-Logs-Url: https://github.com/AzureAD/android-complete/sessions/b7566c86-2b19-481a-af29-1f7b07942f11 Co-authored-by: p3dr0rv <76129899+p3dr0rv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fixes AB#3561424 - Upgrade build version variables in versions.gradle
Bump compileSdkVersion → 36, buildToolsVersion → 36.0.0, browserVersion → 1.9.0
Mar 31, 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.
Upgrades centralized build version variables to support the
AuthTabIntentAPI (requires AndroidX Browser ≥ 1.9.0 / Chrome 137+) and align SDK tooling with API 36.gradle/versions.gradlecompileSdkVersion: 35 → 36buildToolsVersion:35.0.0→36.0.0browserVersion:1.7.0→1.9.0targetSdkVersionandminSdkVersionleft unchanged at 35 and 24 respectivelyonNewIntentsignature compatibilitycompileSdkVersion36 changesComponentActivity.onNewIntentto acceptIntent?(nullable). All Activity overrides in this repo were audited — none were found requiring updates.SwitchBrowserActivity.ktin the common module (separate repo) was confirmed to already carry the correct nullable signature:Original prompt