diff --git a/sdk/android.mdx b/sdk/android.mdx index 402697e..3d9dc65 100644 --- a/sdk/android.mdx +++ b/sdk/android.mdx @@ -18,7 +18,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.9.1' } ``` diff --git a/sdk/ios.mdx b/sdk/ios.mdx index ce6f7ae..e9e899c 100644 --- a/sdk/ios.mdx +++ b/sdk/ios.mdx @@ -29,7 +29,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.11.0") ] ```