Skip to content

docs(android): fix stale auto-loaded core SDK version range - #44

Merged
krassx merged 1 commit into
bugsee:mainfrom
fishmanalex:fix/android-gradle-sdk-version-range
Sep 5, 2026
Merged

docs(android): fix stale auto-loaded core SDK version range#44
krassx merged 1 commit into
bugsee:mainfrom
fishmanalex:fix/android-gradle-sdk-version-range

Conversation

@fishmanalex

Copy link
Copy Markdown
Contributor

Summary

  • gradle-plugin/auto-load.mdx, gradle-plugin/requirements.mdx, installation.mdx, and extensibility/bugsee-extensions.mdx all 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."
  • The plugin's own changelog (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.
  • All four pages were describing behavior the plugin explicitly stopped having two releases ago.

Changes

  • Updated all four pages to the current [7.1.0, 8.0.0) range.
  • Corrected the "same MAJOR.MINOR series / never crosses a minor boundary" framing to reflect the actual major-bounded behavior.

Test plan

  • npx cspell on the 4 changed files — 0 issues
  • Verified no other stale [7.0.0, 7.1.0) references remain under docs/sdk/android/

🤖 Generated with Claude Code

https://claude.ai/code/session_01QnXDhVitCVmMNafPRvKUat

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
krassx self-requested a review September 5, 2026 05:30
@krassx
krassx merged commit 67d12c3 into bugsee:main Sep 5, 2026
1 check passed
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.

2 participants