Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvenky125 authored May 7, 2024
1 parent 99fdb92 commit 4f3d57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ val uniqueId = DeviceInfo.getUniqueId()
<summary>build.gradle.kts:</summary>

```kotlin
api("io.github.rvenky125:kmp-device-info:0.0.15-alpha")
api("io.github.rvenky125:kmp-device-info:0.0.16-alpha")
```
</details>

<details>
<summary>build.gradle:</summary>

```kotlin
api "io.github.rvenky125:kmp-device-info:0.0.15-alpha"
api "io.github.rvenky125:kmp-device-info:0.0.16-alpha"
```
</details>

Expand Down

0 comments on commit 4f3d57d

Please sign in to comment.