docs(android): fix stale auto-loaded core SDK version range - #44
Merged
krassx merged 1 commit intoSep 5, 2026
Merged
Conversation
Four reference pages stated the plugin auto-loads the core SDK on a minor-bounded range, [7.0.0, 7.1.0), and framed it as "never crosses a minor boundary." Per the Gradle plugin's own changelog, this was replaced with a major-bounded range in 4.0.1 ([7.0.0,8.0.0)) and the floor was raised in 4.0.3 to [7.1.0,8.0.0) specifically so apps pick up newer 7.x releases automatically. Updated all four pages to the current [7.1.0, 8.0.0) range and corrected the framing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
krassx
self-requested a review
September 5, 2026 05:30
krassx
approved these changes
Sep 5, 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.
Summary
gradle-plugin/auto-load.mdx,gradle-plugin/requirements.mdx,installation.mdx, andextensibility/bugsee-extensions.mdxall stated the auto-loaded core SDK version range is minor-bounded,[7.0.0, 7.1.0), and framed it as "never crosses a minor boundary."gradle-plugin/releases.mdx) shows this was replaced with a major-bounded range in 4.0.1 ([7.0.0,8.0.0)), then the floor was raised in 4.0.3 to[7.1.0,8.0.0)specifically so apps pick up newer 7.x releases automatically.Changes
[7.1.0, 8.0.0)range.Test plan
npx cspellon the 4 changed files — 0 issues[7.0.0, 7.1.0)references remain underdocs/sdk/android/🤖 Generated with Claude Code
https://claude.ai/code/session_01QnXDhVitCVmMNafPRvKUat