From 5b8d0febf4631e6e77968f4e3178166cc3db7b8d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 19 Oct 2024 05:17:39 +0000
Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to
v2024.10.00
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 2ad6de604..7cfde51b6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -311,7 +311,7 @@ dependencies {
gplayImplementation "com.google.firebase:firebase-messaging:24.0.2"
//compose
- implementation(platform("androidx.compose:compose-bom:2024.09.03"))
+ implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("androidx.compose.ui:ui")
implementation 'androidx.compose.material3:material3:1.3.0'
implementation("androidx.compose.ui:ui-tooling-preview")
@@ -359,7 +359,7 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6")
- androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.03"))
+ androidTestImplementation(platform("androidx.compose:compose-bom:2024.10.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
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 0e53bd4b6..470ad7110 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -632,6 +632,11 @@
+
+
+
+
+