diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-23 12:29:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 12:29:34 +0000 |
commit | ee2173f67b68d9b710ef593786f41f6baab5731f (patch) | |
tree | d50c87de7c2d7566346a3ea6d43f750577834240 | |
parent | 736f84acb4e17cc651d82e768b2bd393a815c0b1 (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.1.0-rc02 (#1607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
-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 debd81ac..fdb47502 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,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 = { module = "androidx.compose.compiler:compiler", version.ref = "compose" } +compose-compiler = "androidx.compose.compiler:compiler:1.1.0-rc02" 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" } |