File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ dependencies {
320320 " gplayImplementation" (" com.google.firebase:firebase-messaging:25.0.1" )
321321
322322 // compose
323- implementation(platform(" androidx.compose:compose-bom:2026.03.00 " ))
323+ implementation(platform(" androidx.compose:compose-bom:2026.03.01 " ))
324324 implementation(" androidx.compose.ui:ui" )
325325 implementation(" androidx.compose.material3:material3:1.4.0" )
326326 implementation(" androidx.compose.material:material-icons-extended" )
@@ -351,7 +351,7 @@ dependencies {
351351 androidTestImplementation(" androidx.test.espresso:espresso-accessibility:$espressoVersion " )
352352 androidTestImplementation(" androidx.test.espresso:espresso-intents:$espressoVersion " )
353353
354- androidTestImplementation(platform(" androidx.compose:compose-bom:2026.03.00 " ))
354+ androidTestImplementation(platform(" androidx.compose:compose-bom:2026.03.01 " ))
355355 testImplementation(" org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion " )
356356 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion " )
357357
You can’t perform that action at this time.
0 commit comments