From 8aedee058f2f2eaf8bdde4d0ea82ad8092ff61b6 Mon Sep 17 00:00:00 2001 From: Shofiya <86974918+Shofiya2003@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:21:10 +0530 Subject: [PATCH] docs(installation): update SDK version numbers for Android and iOS installation instructions --- sdk/android/installation.mdx | 2 +- sdk/ios/installation.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/android/installation.mdx b/sdk/android/installation.mdx index e06441e..8d4bc3a 100644 --- a/sdk/android/installation.mdx +++ b/sdk/android/installation.mdx @@ -20,7 +20,7 @@ Add the Linkrunner SDK to your app's `build.gradle` file: ```gradle dependencies { - implementation 'io.linkrunner:android-sdk:2.1.5' + implementation 'io.linkrunner:android-sdk:3.1.2' } ``` diff --git a/sdk/ios/installation.mdx b/sdk/ios/installation.mdx index 7154fc3..bbf71be 100644 --- a/sdk/ios/installation.mdx +++ b/sdk/ios/installation.mdx @@ -30,7 +30,7 @@ Alternatively, you can add the package dependency to your `Package.swift` file: ```swift dependencies: [ - .package(url: "https://github.com/linkrunner-labs/linkrunner-ios.git", from: "3.0.2") + .package(url: "https://github.com/linkrunner-labs/linkrunner-ios.git", from: "3.3.0") ] ```