fix(deps): update kotlin and compose to v1.9.23 (#2939)
* fix(deps): update kotlin and compose to v1.9.23 * fix(deps): update androidx.compose.compiler:compiler to 1.5.11-dev-k1.9.23-96ef9dc6af1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ca09a6d70e
commit
aaa9fa0728
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ agp = "8.3.0-rc02"
|
||||||
androidxActivity = "1.9.0-alpha03"
|
androidxActivity = "1.9.0-alpha03"
|
||||||
bouncycastle = "1.77"
|
bouncycastle = "1.77"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
composeCompiler = "1.5.10"
|
composeCompiler = "1.5.11-dev-k1.9.23-96ef9dc6af1"
|
||||||
coroutines = "1.8.0"
|
coroutines = "1.8.0"
|
||||||
flowbinding = "1.2.0"
|
flowbinding = "1.2.0"
|
||||||
hilt = "2.51"
|
hilt = "2.51"
|
||||||
kotlin = "1.9.22"
|
kotlin = "1.9.23"
|
||||||
kotlinResult = "1.1.20"
|
kotlinResult = "1.1.20"
|
||||||
lifecycle = "2.7.0"
|
lifecycle = "2.7.0"
|
||||||
moshi = "1.15.1"
|
moshi = "1.15.1"
|
||||||
|
|
Loading…
Reference in a new issue