update dependencies

This commit is contained in:
InsanusMokrassar 2023-07-27 00:30:26 +06:00
parent 856e657f81
commit eaa014cebd
3 changed files with 15 additions and 8 deletions

View File

@ -2,6 +2,13 @@
## 0.19.8 ## 0.19.8
* `Versions`:
* `Coroutines`: `1.7.2` -> `1.7.3`
* `Kotlin`: `1.8.20` -> `1.8.22`
* `Compose`: `1.4.1` -> `1.4.3`
* `Okio`: `3.3.0` -> `3.4.0`
* `RecyclerView`: `1.3.0` -> `1.3.1`
* `Fragment`: `1.6.0` -> `1.6.1`
* `Repos`: * `Repos`:
* Fixes In `KeyValueRepo.clear()` of almost all inheritors of `KeyValueRepo` * Fixes In `KeyValueRepo.clear()` of almost all inheritors of `KeyValueRepo`

View File

@ -1,12 +1,12 @@
[versions] [versions]
kt = "1.8.20" kt = "1.8.22"
kt-serialization = "1.5.1" kt-serialization = "1.5.1"
kt-coroutines = "1.7.2" kt-coroutines = "1.7.3"
kslog = "1.1.1" kslog = "1.1.1"
jb-compose = "1.4.1" jb-compose = "1.4.3"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"
jb-dokka = "1.8.20" jb-dokka = "1.8.20"
@ -19,9 +19,9 @@ gh-release = "2.4.1"
koin = "3.4.2" koin = "3.4.2"
okio = "3.3.0" okio = "3.4.0"
ksp = "1.8.20-1.0.11" ksp = "1.8.22-1.0.11"
kotlin-poet = "1.14.2" kotlin-poet = "1.14.2"
versions = "0.47.0" versions = "0.47.0"
@ -30,9 +30,9 @@ android-gradle = "7.4.2"
dexcount = "4.0.0" dexcount = "4.0.0"
android-coreKtx = "1.10.1" android-coreKtx = "1.10.1"
android-recyclerView = "1.3.0" android-recyclerView = "1.3.1"
android-appCompat = "1.6.1" android-appCompat = "1.6.1"
android-fragment = "1.6.0" android-fragment = "1.6.1"
android-espresso = "3.5.1" android-espresso = "3.5.1"
android-test = "1.1.5" android-test = "1.1.5"

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists