diff --git a/app/build.gradle b/app/build.gradle index b4df3e1c895..8856d977c8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -323,7 +323,7 @@ dependencies { gplayImplementation "com.google.firebase:firebase-messaging:25.0.1" //compose - implementation(platform("androidx.compose:compose-bom:2026.01.00")) + implementation(platform("androidx.compose:compose-bom:2026.01.01")) implementation("androidx.compose.ui:ui") implementation 'androidx.compose.material3:material3:1.4.0' // replace with xml drawables instead of legacy fallback lib, see @@ -361,7 +361,7 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2') - androidTestImplementation(platform("androidx.compose:compose-bom:2026.01.00")) + androidTestImplementation(platform("androidx.compose:compose-bom:2026.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 17d5a0ec064..e5d53da128a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1346,6 +1346,11 @@ + + + + +