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 @@ -41,30 +41,30 @@ You can include Alert-KMP in your project by adding the following dependency:
41
41
** Version Catalog**
42
42
``` toml
43
43
[versions ]
44
- alertKmp = " 1 .0.8 "
44
+ alertKmp = " 2 .0.0 "
45
45
46
46
[libraries ]
47
47
alert-kmp = { module = " io.github.khubaibkhan4:alert-kmp" , version.ref = " alertKmp" }
48
48
```
49
49
50
50
``` groovy
51
- implementation("io.github.khubaibkhan4:alert-kmp:1 .0.8 ")
51
+ implementation("io.github.khubaibkhan4:alert-kmp:2 .0.0 ")
52
52
```
53
53
54
54
### Platform Specific
55
55
```
56
56
**alert-kmp-jvm**
57
- implementation("io.github.khubaibkhan4:alert-kmp-jvm:1 .0.8 ")
57
+ implementation("io.github.khubaibkhan4:alert-kmp-jvm:2 .0.0 ")
58
58
59
59
**alert-kmp-android**
60
- implementation("io.github.khubaibkhan4:alert-kmp-android:1 .0.8 ")
60
+ implementation("io.github.khubaibkhan4:alert-kmp-android:2 .0.0 ")
61
61
62
62
**alert-kmp-js**
63
- implementation("io.github.khubaibkhan4:alert-kmp-js:1 .0.8 ")
63
+ implementation("io.github.khubaibkhan4:alert-kmp-js:2 .0.0 ")
64
64
65
65
66
66
**alert-kmp-wasm-js**
67
- implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:1 .0.8 ")
67
+ implementation("io.github.khubaibkhan4:alert-kmp-wasm-js:2 .0.0 ")
68
68
69
69
70
70
```
You can’t perform that action at this time.
0 commit comments