diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-26 20:29:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 20:29:39 +0000 |
commit | a96e6ebe0629296fca03f4bf02b7d595ffb27e2e (patch) | |
tree | d62c0ca3b2bca2395f3f343d6cdc484b0f87b19d /gradle | |
parent | 53497c03654cc04da40f7385c4d7711faa40e8f3 (diff) |
fix(deps): update kotlin to v1.8.21 (#2484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bec0a962..15cb7f4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "8.0.0" androidxActivity = "1.7.1" bouncycastle = "1.73" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.6" +composeCompiler = "1.4.6-dev-k1.8.21-290a127309e" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.45" -kotlin = "1.8.20" +kotlin = "1.8.21" leakcanary = "2.10" lifecycle = "2.6.1" |