Skip to content

Commit 3754217

Browse files
author
WarpLink
committed
docs: update Android install snippets to sdk 1.0.2
firebase-migration.md and integration-guide.md still pinned the dependency at 0.1.0. Bring them in line with the README and the latest published release.
1 parent 5b2b128 commit 3754217

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/firebase-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import com.google.firebase.dynamiclinks.PendingDynamicLinkData
8080

8181
```kotlin
8282
dependencies {
83-
implementation("app.warplink:sdk:0.1.0")
83+
implementation("app.warplink:sdk:1.0.2")
8484
}
8585
```
8686

docs/integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add the dependency to your app's `build.gradle.kts`:
5050

5151
```kotlin
5252
dependencies {
53-
implementation("app.warplink:sdk:0.1.0")
53+
implementation("app.warplink:sdk:1.0.2")
5454
}
5555
```
5656

0 commit comments

Comments
 (0)