Skip to content

Commit 3c54454

Browse files
authored
Merge pull request #33 from adriantache/renovate/androidx.compose-compose-bom-2025.x
Update dependency androidx.compose:compose-bom to v2025.06.01
2 parents 4cd8c5f + beba31c commit 3c54454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.1"
7676
implementation "androidx.activity:activity-compose:1.10.1"
7777

78-
implementation platform("androidx.compose:compose-bom:2025.06.00")
78+
implementation platform("androidx.compose:compose-bom:2025.06.01")
7979
implementation "androidx.compose.foundation:foundation"
8080
implementation "androidx.compose.ui:ui"
8181
implementation "androidx.compose.ui:ui-graphics"
@@ -99,7 +99,7 @@ dependencies {
9999

100100
androidTestImplementation "androidx.test.ext:junit:1.2.1"
101101
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
102-
androidTestImplementation platform("androidx.compose:compose-bom:2025.06.00")
102+
androidTestImplementation platform("androidx.compose:compose-bom:2025.06.01")
103103
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
104104

105105
debugImplementation "androidx.compose.ui:ui-tooling"

0 commit comments

Comments
 (0)