-
Notifications
You must be signed in to change notification settings - Fork 349
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
Replacement of spacers in LazyLists and LazyGrids #156
Conversation
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.
Added suggestions for newer stable versions, otherwise LGTM!
coil-compose = "2.5.0" | ||
compose-bom = "2023.10.01" | ||
compose-bom = "2024.02.02" |
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.
compose-bom = "2024.02.02" | |
compose-bom = "2024.03.00" |
android-gradle-plugin = "8.2.2" | ||
android-test-plugin = "8.2.2" |
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.
android-gradle-plugin = "8.2.2" | |
android-test-plugin = "8.2.2" | |
android-gradle-plugin = "8.3.1" | |
android-test-plugin = "8.3.1" |
hilt-navigation-compose = "1.1.0" | ||
hilt-android = "2.48.1" | ||
hilt-navigation-compose = "1.2.0" | ||
hilt-android = "2.49" |
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.
hilt-android = "2.49" | |
hilt-android = "2.51" |
Thanks for quick response! Updated the version catalog with the suggested ones. |
This pull request will remove the Spacers in the LazyLists and LazyGrids to set margins between the lists / grids and other components by specifying the contentPadding parameter to the scrollable containers.
This PR also updates the dependencies.