diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-19 18:15:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 18:15:18 +0000 |
commit | 0a25f901ad65c0a1a2f6fea31cf4cebc91a78f40 (patch) | |
tree | 3c5cb21c2a80dc930d6247b8dd1229064e8e5f56 /gradle | |
parent | df4a45692b6d7e21f10e803f565cce2a60b449c8 (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.6 (#2468)
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 3e8768ac..34cea5fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "8.0.0" androidxActivity = "1.7.0" bouncycastle = "1.73" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.5" +composeCompiler = "1.4.6" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.45" |