We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73ebf0 commit 2e4e03cCopy full SHA for 2e4e03c
app/build.gradle
@@ -234,7 +234,8 @@ dependencies {
234
ksp "androidx.room:room-compiler:$room_version"
235
236
// Compose
237
- Dependency composeBom = platform('androidx.compose:compose-bom-beta:2025.05.00')
+ // Downgrade compose BOM version because there is a crash. Do not use 2025.05.00
238
+ Dependency composeBom = platform('androidx.compose:compose-bom:2025.04.01')
239
implementation composeBom
240
implementation 'androidx.compose.foundation:foundation'
241
implementation "androidx.compose.ui:ui-android"
0 commit comments