Skip to content

Commit

Permalink
Using latest compose BOM to potentially fix dismiss animation bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed May 6, 2024
1 parent f722eda commit 280d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
// https://developer.android.com/jetpack/androidx/releases/compose-ui
// compose = '1.2.0-beta02'
// https://developer.android.com/jetpack/compose/bom
composeBom = '2024.01.00'
composeBom = '2024.05.00'
// https://github.com/google/accompanist/releases
accompanist = '0.34.0'
// https://developer.android.com/jetpack/androidx/releases/compose-material3
Expand Down

0 comments on commit 280d3dc

Please sign in to comment.