diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-22 19:34:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 19:34:43 +0000 |
commit | 515e8a9cd9cb5d2523d2a8177d81504be6a94f59 (patch) | |
tree | bfd6330196cd657346725efa05d3c5d3bfdca19a /gradle | |
parent | d139083ae880d4e9b635708356174a4a5b43fd02 (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.3 (#2386)
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 dc1db6e6..06715395 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "7.4.1" androidxActivity = "1.7.0-beta01" bouncycastle = "1.72" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.4.2" +composeCompiler = "1.4.3" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.45" |