-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Compose 1.5.1 #7297
Update to Compose 1.5.1 #7297
Conversation
Diffuse output:
APK
MANIFEST
DEX
ARSC
|
1c0f597
to
8e7a5d6
Compare
} | ||
} | ||
|
||
val imeHeight = WindowInsets.ime.getBottom(LocalDensity.current) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does seem to work on API 29 🤔
8eb8784
to
8112631
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verified Identity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified Connections
7781982
8112631
to
7781982
Compare
Summary
This pull request updates our Compose Foundation, Material, UI, and Runtime dependencies to 1.5.1.
We do this to be able to use
sheetGesturesEnabled = false
onModalBottomSheetLayout
, and to resolve aNoSuchMethodError
for merchants who already upgraded.Motivation
Testing
Screenshots
Changelog
Bumped Compose Foundation, Compose Material, Compose Runtime, and Compose UI from 1.4.3 to 1.5.1.