From cb7c3f5ca884aab99a3ea41e7c38aac423792eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:20:02 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2025.01.01 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- gradle/verification-metadata.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 04ffdd703..82e366fb1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -309,7 +309,7 @@ dependencies { gplayImplementation "com.google.firebase:firebase-messaging:24.1.0" //compose - implementation(platform("androidx.compose:compose-bom:2025.01.00")) + implementation(platform("androidx.compose:compose-bom:2025.01.01")) implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3:1.3.1' implementation("androidx.compose.ui:ui-tooling-preview") @@ -342,7 +342,7 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2') - androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.00")) + androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.01")) testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 6c336a5fc..3c9ef77c7 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -670,6 +670,11 @@ + + + + +