From fa1b470930c7a17b28694b3c6b8edaf60a248762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:12:15 +0000 Subject: [PATCH] Bump androidx.compose:compose-bom from 2024.08.00 to 2024.10.01 Bumps androidx.compose:compose-bom from 2024.08.00 to 2024.10.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..e97db04 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.10.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.10.01') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest'