From 0cb9d5c46346347dad15e60232037dca1802c591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:29:13 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2024.08.00 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 6 +++--- gradle/verification-metadata.xml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 07fb09392a..03b11f61a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -307,7 +307,7 @@ dependencies { gplayImplementation "com.google.firebase:firebase-messaging:24.0.0" //compose - implementation(platform("androidx.compose:compose-bom:2024.06.00")) + implementation(platform("androidx.compose:compose-bom:2024.08.00")) implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3' implementation("androidx.compose.ui:ui-tooling-preview") @@ -352,7 +352,7 @@ dependencies { implementation 'com.github.nextcloud.android-common:ui:0.23.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:121.6167.0' - implementation(platform("androidx.compose:compose-bom:2024.06.00")) + implementation(platform("androidx.compose:compose-bom:2024.08.00")) implementation("io.coil-kt:coil-compose:2.7.0") implementation "com.google.dagger:hilt-android:$hilt_version" @@ -360,7 +360,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4") testImplementation("junit:junit:4.13.2") - androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00")) + androidTestImplementation(platform("androidx.compose:compose-bom:2024.08.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 859e52a3c9..3d8e04849e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -595,6 +595,11 @@ + + + + +