Commit 8ecc767 1 parent 95621e0 commit 8ecc767 Copy full SHA for 8ecc767
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,30 @@ You can include Alert-KMP in your project by adding the following dependency:
40
40
** Version Catalog**
41
41
``` toml
42
42
[versions ]
43
- alertKmp = " 1.0.7 "
43
+ alertKmp = " 1.0.8 "
44
44
45
45
[libraries ]
46
46
alert-kmp = { module = " io.github.khubaibkhan4:alert-kmp" , version.ref = " alertKmp" }
47
47
```
48
48
49
49
``` groovy
50
- implementation("io.github.khubaibkhan4:alert-kmp:1.0.7 ")
50
+ implementation("io.github.khubaibkhan4:alert-kmp:1.0.8 ")
51
51
```
52
52
53
53
### Platform Specific
54
54
```
55
55
**alert-kmp-jvm**
56
- implementation("io.github.khubaibkhan4:alert-kmp-jvm:1.0.7 ")
56
+ implementation("io.github.khubaibkhan4:alert-kmp-jvm:1.0.8 ")
57
57
58
58
**alert-kmp-android**
59
- implementation("io.github.khubaibkhan4:alert-kmp-android:1.0.7 ")
59
+ implementation("io.github.khubaibkhan4:alert-kmp-android:1.0.8 ")
60
60
61
61
**alert-kmp-js**
62
- implementation("io.github.khubaibkhan4:alert-kmp-js:1.0.7 ")
62
+ implementation("io.github.khubaibkhan4:alert-kmp-js:1.0.8 ")
63
63
64
64
65
65
**alert-kmp-wasm-js**
66
- implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1.0.7 ")
66
+ implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1.0.8 ")
67
67
68
68
69
69
```
You can’t perform that action at this time.
0 commit comments