Skip to content

Commit 2e4e03c

Browse files
committed
fix: downgrade compose BOM version because there is a crash
1 parent e73ebf0 commit 2e4e03c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ dependencies {
234234
ksp "androidx.room:room-compiler:$room_version"
235235

236236
// Compose
237-
Dependency composeBom = platform('androidx.compose:compose-bom-beta:2025.05.00')
237+
// 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')
238239
implementation composeBom
239240
implementation 'androidx.compose.foundation:foundation'
240241
implementation "androidx.compose.ui:ui-android"

0 commit comments

Comments
 (0)