update dependencies

This commit is contained in:
2025-08-20 19:15:24 +06:00
parent c871ef5635
commit 1049eb0fe7
2 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,12 @@
## 0.26.3
* `Versions`:
* `Kotlin`: `2.2.0` -> `2.2.10`
* `KSP`: `2.2.0-2.0.2` -> `2.2.10-2.0.2`
* `Android CoreKTX`: `1.16.0` -> `1.17.0`
* `Android Fragment`: `1.8.8` -> `1.8.9`
## 0.26.2
* `Versions`:

View File

@@ -1,6 +1,6 @@
[versions]
kt = "2.2.0"
kt = "2.2.10"
kt-serialization = "1.9.0"
kt-coroutines = "1.10.2"
@@ -25,19 +25,19 @@ koin = "4.1.0"
okio = "3.16.0"
ksp = "2.2.0-2.0.2"
ksp = "2.2.10-2.0.2"
kotlin-poet = "2.2.0"
versions = "0.52.0"
nmcp = "1.0.2"
nmcp = "1.1.0"
android-gradle = "8.9.+"
android-gradle = "8.10.+"
dexcount = "4.0.0"
android-coreKtx = "1.16.0"
android-coreKtx = "1.17.0"
android-recyclerView = "1.4.0"
android-appCompat = "1.7.1"
android-fragment = "1.8.8"
android-fragment = "1.8.9"
android-espresso = "3.7.0"
android-test = "1.3.0"