diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 114a51b..4e6ccf6 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.12" +androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.13" androidx-compose-material = { module = "androidx.compose.material:material" } ### Google google-ksp = "com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20"