From 2631a9ac71292d44aed9ecb7755d37aadb8dcfb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:52:29 +0000 Subject: [PATCH] fix(deps): update androidx.compose.compiler:compiler to v1.5.7 --- 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 07ac3b7..da0dd87 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver # Use https://github.com/chrisbanes/compose-bom instead of the official one because Jetpack Compose # itself is not stable, so there is no reason to use false "stable" versions :) androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04" -androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.6" +androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.7" androidx-compose-material = { module = "androidx.compose.material:material" } ### Google google-ksp = "com.google.devtools.ksp:symbol-processing-api:1.9.21-1.0.16"