diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-27 17:45:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 17:45:15 +0000 |
commit | a8c53a288a3b0bdfa42450e8f3a1071256a6aeb2 (patch) | |
tree | 9e55e27c361d531b48e915968a27091dee411be2 /gradle | |
parent | 3524da1f3f92d7b856708f9299808baeca7f05b0 (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.1.0-rc03 (#1691)
Co-authored-by: Renovate Bot <bot@renovateapp.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 8b6b6fba..db9a2e0d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" } -compose-compiler = "androidx.compose.compiler:compiler:1.1.0-rc02" +compose-compiler = "androidx.compose.compiler:compiler:1.1.0-rc03" compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" } compose-material = { module = "androidx.compose.material:material", version.ref = "compose" } |