From a8c53a288a3b0bdfa42450e8f3a1071256a6aeb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 17:45:15 +0000 Subject: [PATCH] chore(deps): update dependency androidx.compose.compiler:compiler to v1.1.0-rc03 (#1691) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8b6b6fba2..db9a2e0d5 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" }