From 0b2a6fefaba0dbccd91f2c995f2a4cd64e3b5550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:45:05 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.08.00 to 2024.12.01 Bumps androidx.compose:compose-bom from 2024.08.00 to 2024.12.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0741cb5..94c3636 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ dependencies { implementation libs.core.ktx implementation libs.lifecycle.runtime.ktx implementation 'androidx.activity:activity-compose:1.7.0' - implementation platform('androidx.compose:compose-bom:2024.08.00') + implementation platform('androidx.compose:compose-bom:2024.12.01') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-util' @@ -127,7 +127,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation platform('androidx.compose:compose-bom:2024.08.00') + androidTestImplementation platform('androidx.compose:compose-bom:2024.12.01') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest'