docs(android): fix v6 compileSdk contradiction for foregroundServiceType error - #49
Conversation
…ype error v6/installation.mdx told readers hitting "attribute android:foregroundServiceType not found" to set compileSdkVersion to 29; v6/faq.md gave the same error text but said 35. Per v6/release-notes.md, 6.0.0 is a documented breaking change requiring compileSdk 35, and installation.mdx's own Gradle snippet pulls the latest (6.0.4) SDK — so 29 was actively wrong on the page that matters most. Updated installation.mdx to 35 and reworded faq.md's question so it isn't anchored to a 2019-era SDK version (1.15.0) that no longer reflects when this error actually occurs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Confirmed.
The stale "29" traces back to line 437 of the same file — a note from the SDK 1.15.0 era, when API 29 was where One thing the description gets slightly wrong, which I've split into #50 rather than block this: it says the page's LGTM. 🤖 Generated with Claude Code |
krassx
left a comment
There was a problem hiding this comment.
Validated against source (see review comment above). Approving.
Summary
v6/installation.mdxtold readers hitting"attribute android:foregroundServiceType not found"to setcompileSdkVersionto 29.v6/faq.mdgives the same error text but says 35.v6/release-notes.md,6.0.0is a documented breaking change requiring compileSdk 35, andinstallation.mdx's own Gradle snippet (implementation 'com.bugsee:bugsee-android:+') pulls the latest (6.0.4) SDK — so 29 is actively wrong on the page that matters most (the install guide).Changes
installation.mdx's warning to point at 35.faq.md's question so it isn't still anchored to a 2019-era SDK version (1.15.0) that no longer reflects when this error actually occurs (it recurred as a 6.0.0 breaking change).Test plan
npx cspellon both changed files — 0 issues🤖 Generated with Claude Code
https://claude.ai/code/session_01QnXDhVitCVmMNafPRvKUat