diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-15 23:12:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 17:42:39 +0000 |
commit | 9f9ffe35ac1d8beca8804c78b13924554727c8da (patch) | |
tree | 3a25598d854bee2f05fca2501931ad135429183f | |
parent | 6951c81ca1f1e68be85da876b64a4a720abefa91 (diff) |
fix(deps): update kotlin and compose to v1.8.0 (#2907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b5b553ab..d7e18af3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidxActivity = "1.9.0-alpha03" bouncycastle = "1.77" # @keep used for kotlinCompilerExtensionVersion composeCompiler = "1.5.9" -coroutines = "1.7.3" +coroutines = "1.8.0" flowbinding = "1.2.0" hilt = "2.50" kotlin = "1.9.22" |