update dependencies

This commit is contained in:
InsanusMokrassar 2023-05-12 00:51:38 +06:00
parent b00d454a24
commit 25dbcaaf83
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## 0.18.3
* `Versions`:
* `Serialization`: `1.5.0` -> `1.5.1`
* `Android Cor Ktx`: `1.10.0` -> `1.10.1`
## 0.18.2
* `Startup`:

View File

@ -1,7 +1,7 @@
[versions]
kt = "1.8.20"
kt-serialization = "1.5.0"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
kslog = "1.1.1"
@ -22,12 +22,12 @@ koin = "3.4.0"
okio = "3.3.0"
ksp = "1.8.20-1.0.11"
kotlin-poet = "1.13.0"
kotlin-poet = "1.13.2"
android-gradle = "7.4.2"
dexcount = "4.0.0"
android-coreKtx = "1.10.0"
android-coreKtx = "1.10.1"
android-recyclerView = "1.3.0"
android-appCompat = "1.6.1"
android-fragment = "1.5.7"