Skip to content

Commit

Permalink
-Local Notifications Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
KhubaibKhan4 committed Dec 12, 2024
1 parent 09a6033 commit 05cec76
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 @@ -41,30 +41,30 @@ You can include Alert-KMP in your project by adding the following dependency:
**Version Catalog**
```toml
[versions]
alertKmp = "1.0.8"
alertKmp = "2.0.0"

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

```groovy
implementation("io.github.khubaibkhan4:alert-kmp:1.0.8")
implementation("io.github.khubaibkhan4:alert-kmp:2.0.0")
```

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

0 comments on commit 05cec76

Please sign in to comment.