Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/android/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/ios/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
```

Expand Down