docs: bump iOS and Android SDK install examples to latest - #125
Open
ChetanBhosale wants to merge 1 commit into
Open
docs: bump iOS and Android SDK install examples to latest#125ChetanBhosale wants to merge 1 commit into
ChetanBhosale wants to merge 1 commit into
Conversation
Both SDK guides showed stale versions in their install snippets: - iOS SPM: from: "3.0.2" -> "3.11.0" - Android Gradle: io.linkrunner:android-sdk:2.1.5 -> 3.9.1 The Android pin is an exact Gradle version, so a developer copying it got 2.1.5 literally (two major lines behind). Bumped to the current Maven Central release. The iOS from: already resolves to latest; this just updates the displayed example. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Updates the install snippets in both native SDK guides to the current latest releases:
sdk/ios.mdxfrom: "3.0.2"from: "3.11.0"sdk/android.mdx:2.1.5:3.9.1The Android pin is an exact Gradle version, so a developer copying it got 2.1.5 literally, two major lines behind the current 3.9.x release. That's a correctness fix. The iOS
from:already resolves to the latest 3.x; this just updates the displayed example so it isn't misleadingly old.No other version references changed. All feature-minimum versions in both guides are intentional and untouched.
🤖 Generated with Claude Code