update dependencies

This commit is contained in:
InsanusMokrassar 2023-04-18 19:24:05 +06:00
parent ca73ff8e19
commit a7dce8fa78
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## 0.17.7
* `Versions`:
* `Android CoreKtx`: `1.9.0` -> `1.10.0`
* `Startup`:
* Add support of `linuxX64` and `mingwX64` platforms

View File

@ -21,13 +21,13 @@ koin = "3.4.0"
okio = "3.3.0"
ksp = "1.8.20-1.0.10"
ksp = "1.8.20-1.0.11"
kotlin-poet = "1.13.0"
android-gradle = "7.3.1"
dexcount = "4.0.0"
android-coreKtx = "1.9.0"
android-coreKtx = "1.10.0"
android-recyclerView = "1.3.0"
android-appCompat = "1.6.1"
android-fragment = "1.5.6"