We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa7d8b commit ce68398Copy full SHA for ce68398
app/build.gradle.kts
@@ -113,7 +113,7 @@ dependencies {
113
// Exporting / importing DB helper
114
implementation("com.github.dessalines:room-db-export-import:0.1.0")
115
116
- val composeBom = platform("androidx.compose:compose-bom:2025.05.01")
+ val composeBom = platform("androidx.compose:compose-bom:2025.06.00")
117
118
api(composeBom)
119
implementation("androidx.activity:activity-ktx")
0 commit comments