From 6a437c0891407b6575d6caeca9470705c13c266c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:57:53 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom 2024.11.00 to v2024.12.01 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0126464..8bbc120 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -65,7 +65,7 @@ android { dependencies { - implementation(platform("androidx.compose:compose-bom:2024.11.00")) + implementation(platform("androidx.compose:compose-bom:2024.12.01")) implementation("androidx.activity:activity-compose:1.9.3") implementation("androidx.activity:activity-ktx:1.9.3") implementation("androidx.appcompat:appcompat:1.7.0")