Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KhubaibKhan4 authored Jul 19, 2024
1 parent c5cbb87 commit 36f40bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@ You can include Alert-KMP in your project by adding the following dependency:
**Version Catalog**
```toml
[versions]
alertKmp = "0.0.6"
alertKmp = "0.0.7"

[libraries]
alert-kmp = { module = "io.github.khubaibkhan4:alert-kmp", version.ref = "alertKmp" }
```

```groovy
implementation("io.github.khubaibkhan4:alert-kmp:0.0.6")
implementation("io.github.khubaibkhan4:alert-kmp:0.0.7")
```

### Platform Specific
```
**alert-kmp-jvm**
implementation("io.github.khubaibkhan4:alert-kmp-jvm:0.0.6")
implementation("io.github.khubaibkhan4:alert-kmp-jvm:0.0.7")
**alert-kmp-android**
implementation("io.github.khubaibkhan4:alert-kmp-android:0.0.6")
implementation("io.github.khubaibkhan4:alert-kmp-android:0.0.7")
**alert-kmp-js**
implementation("io.github.khubaibkhan4:alert-kmp-js:0.0.6")
implementation("io.github.khubaibkhan4:alert-kmp-js:0.0.7")
**alert-kmp-wasm-js**
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:0.0.6")
implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:0.0.7")
```
Expand Down

0 comments on commit 36f40bb

Please sign in to comment.