Skip to content

Commit

Permalink
Update dependency androidx.compose.material3:material3-window-size-cl…
Browse files Browse the repository at this point in the history
…ass to v1.3.0-beta01 (LawnchairLauncher#4351)

* Update dependency androidx.compose.material3:material3-window-size-class to v1.3.0-beta01

* Update dependency androidx.compose.material3:material3 to v1.3.0-beta01

* Migrate ModalBottomSheet

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored May 19, 2024
1 parent 84ff0e6 commit aa7053b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ dependencies {
implementation "androidx.compose.material:material-icons-extended"
implementation "androidx.compose.material:material"
implementation "androidx.compose.runtime:runtime-livedata"
implementation 'androidx.compose.material3:material3:1.3.0-alpha05'
implementation 'androidx.compose.material3:material3-window-size-class:1.3.0-alpha05'
implementation 'androidx.compose.material3:material3:1.3.0-beta01'
implementation 'androidx.compose.material3:material3-window-size-class:1.3.0-beta01'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.activity:activity-compose:1.9.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ fun ProvideBottomSheetHandler(
onDismissRequest = {
showBottomSheet = false
},
windowInsets = windowInsets,
contentWindowInsets = {
windowInsets
},
) {
bottomSheetContent.content()
}
Expand Down

0 comments on commit aa7053b

Please sign in to comment.