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") ] ```