Skip to content

Commit 78fb53e

Browse files
Update dependency androidx.compose:compose-bom to v2026.06.01
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6010b07 commit 78fb53e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ dependencies {
344344
"genericImplementation"("org.unifiedpush.android:embedded-fcm-distributor:3.1.0")
345345

346346
// compose
347-
implementation(platform("androidx.compose:compose-bom:2026.05.01"))
347+
implementation(platform("androidx.compose:compose-bom:2026.06.01"))
348348
implementation("androidx.compose.ui:ui")
349349
implementation("androidx.compose.material3:material3:1.4.0")
350350
implementation("androidx.compose.material:material-icons-extended")
@@ -375,7 +375,7 @@ dependencies {
375375
androidTestImplementation("androidx.test.espresso:espresso-accessibility:$espressoVersion")
376376
androidTestImplementation("androidx.test.espresso:espresso-intents:$espressoVersion")
377377

378-
androidTestImplementation(platform("androidx.compose:compose-bom:2026.05.01"))
378+
androidTestImplementation(platform("androidx.compose:compose-bom:2026.06.01"))
379379
testImplementation("org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion")
380380
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion")
381381

0 commit comments

Comments
 (0)