File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ dependencies {
341341 implementation(" org.unifiedpush.android:connector:3.3.2" )
342342
343343 // compose
344- implementation(platform(" androidx.compose:compose-bom:2026.04.01 " ))
344+ implementation(platform(" androidx.compose:compose-bom:2026.05.00 " ))
345345 implementation(" androidx.compose.ui:ui" )
346346 implementation(" androidx.compose.material3:material3:1.4.0" )
347347 implementation(" androidx.compose.material:material-icons-extended" )
@@ -372,7 +372,7 @@ dependencies {
372372 androidTestImplementation(" androidx.test.espresso:espresso-accessibility:$espressoVersion " )
373373 androidTestImplementation(" androidx.test.espresso:espresso-intents:$espressoVersion " )
374374
375- androidTestImplementation(platform(" androidx.compose:compose-bom:2026.04.01 " ))
375+ androidTestImplementation(platform(" androidx.compose:compose-bom:2026.05.00 " ))
376376 testImplementation(" org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion " )
377377 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion " )
378378
You can’t perform that action at this time.
0 commit comments