Skip to content

Commit daf25cd

Browse files
committed
Reverted back to kotlinx-browser 0.3
1 parent 64f474d commit daf25cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ of Ashampoo Photo Organizer, which, in turn, is driven by user community feedbac
3939
## Installation
4040

4141
```
42-
implementation("com.ashampoo:kim:0.26")
42+
implementation("com.ashampoo:kim:0.26.2")
4343
```
4444

4545
For the targets `wasmJs` & `js` you also need to specify this:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ktor = "3.2.3"
1616
xmpcore = "1.6.1"
1717
kotlinx-datetime = "0.7.1"
1818
kotlinx-io = "0.8.0"
19-
kotlinx-browser = "0.4"
19+
kotlinx-browser = "0.3"
2020
pako = "2.1.0"
2121

2222
[libraries]

0 commit comments

Comments
 (0)