docs(installation): update native SDK version numbers - #26
Conversation
…stallation instructions
WalkthroughDocumentation updates to installation guides: Android Gradle dependency bumped from io.linkrunner:android-sdk:2.1.5 to 3.1.2, and iOS Swift Package Manager version updated from 3.0.2 to 3.3.0. No code or behavioral changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
sdk/android/installation.mdx (1)
21-24: Maven artifact 3.1.2 confirmed; no stale references
- Verified
io.linkrunner:android-sdk:3.1.2is published (POM URL HTTP 200) and found no older coordinates in the repo.- Min SDK/API level (Android 5.0/API 21) and Gradle (8.0+) requirements remain unchanged.
- Optional: add a Kotlin DSL snippet for
build.gradle.kts.sdk/ios/installation.mdx (1)
31-35: SPM bump to 3.3.0 verifiedTag v3.3.0 exists, docs updated with no stale SPM refs, and Package.swift at 3.3.0 specifies swift-tools-version 5.9 and platforms [.iOS(.v15)] matching the iOS 15.0, Swift 5.9, Xcode 14.0 minimums.
Optionally clarify SPM version semantics (“from:” = up-to-next-major) or show an exact‐version constraint for teams needing strict pinning.
Summary by CodeRabbit