Compare commits

...

2 Commits

Author SHA1 Message Date
22541f2d5e Update CHANGELOG.md 2024-02-10 15:40:59 +06:00
e235c52b6c Update libs.versions.toml 2024-02-10 15:39:48 +06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## 0.20.32
* `Versions`:
* `Okio`: `3.7.0` -> `3.8.0`
* `Resources`:
* Make `StringResource` serializable
* Add several variants of builder usages

View File

@@ -19,7 +19,7 @@ gh-release = "2.5.2"
koin = "3.5.3"
okio = "3.7.0"
okio = "3.8.0"
ksp = "1.9.22-1.0.17"
kotlin-poet = "1.16.0"