diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-10 12:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 12:01:17 +0000 |
commit | 27bef2704a2c770056d945c1d316819a08efe5d0 (patch) | |
tree | 5d7ecc3034476d763f894e985c638cc8bfab3ac5 | |
parent | bba4dad568fca1fa64233bf03b07d82bfb66a050 (diff) |
chore(deps): update dependency androidx.compose.compiler:compiler to v1.1.0 (#1722)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
-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 7903da8b..8619a390 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,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-rc03" +compose-compiler = "androidx.compose.compiler:compiler:1.1.0" 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" } |