docs(android): advertise the upcoming ScanditDesign library [SDC-33034] - #409
Merged
lucatorella merged 2 commits intoJul 30, 2026
Merged
Conversation
8.6 introduces a new ScanditDesign library that ScanditCaptureCore depends on. Gradle and Maven consumers get it transitively from the published POM, but manual .aar integrations have to add ScanditDesign.aar themselves, so they need advance warning while 8.5.x is still the current release. Renders the notice under the breadcrumbs of every Android SDK page from the already-swizzled DocItem/Layout, rather than including a partial in each page, so no page can be missed. The notice gates itself to /sdks/android/**: the design library is published for Android only, the .NET Android NuGet already bundles the .aar, and versioned paths (/7.6.14/...) never match, which keeps it on the docs where 8.6 is next. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Every Android page was more than the message needs. These two are where a reader is deciding what goes into their build. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
lucatorella
approved these changes
Jul 30, 2026
lucatorella
deleted the
feature/SDC-33034-advertise-scandit-design-library
branch
July 30, 2026 14:15
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.
SDC-33034
8.6 introduces a new ScanditDesign library (
com.scandit.datacapture:design) thatScanditCaptureCoredepends on. Gradle and Maven consumers get it transitively from the published POM, but manual.aarintegrations have to addScanditDesign.aarthemselves — otherwise resource linking fails, orDependencyCheckerthrows at SDK init. This PR gives those users advance warning while 8.5.x is still the current release.What it does
A notice rendered under the breadcrumbs of the Android Installation and Release Notes pages — the two places a reader is deciding what goes into their build:
Preview
Follow-ups (not in this PR)
### Behavioral Changes→#### Core:_internal-deps.mdx, which iOS, Web, React Native, Flutter, Cordova, Capacitor and .NET pages all import — worth checking there, since the module is Android-only.