diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-10 10:45:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 10:45:57 +0000 |
commit | 070098ffd952cbb92a805cefea37410003123951 (patch) | |
tree | 5cb1120fe9f98f63a1a3dfec0863ed2f04ab34e5 /gradle | |
parent | 683b80734f967c753ba4e6d25063506ef19757cb (diff) |
chore(deps): update kotlin and compose to v2.0.21 (#3258)latest
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-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 75b5988c..6bf58a62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ bouncycastle = "1.78.1" coroutines = "1.9.0" flowbinding = "1.2.0" hilt = "2.52" -kotlin = "2.0.20" +kotlin = "2.0.21" kotlinResult = "2.0.0" lifecycle = "2.8.6" moshi = "1.15.1" |