-
Notifications
You must be signed in to change notification settings - Fork 649
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
Compose 1.6.8. #9317
Compose 1.6.8. #9317
Conversation
Diffuse output:
APK
DEX
ARSC
|
@@ -33,6 +33,7 @@ dependencies { | |||
implementation libs.compose.activity | |||
implementation libs.compose.foundation | |||
implementation libs.compose.material | |||
implementation libs.compose.materialIcons |
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.
Idk why this started not compiling, but we didn't have this dependency in these modules, but we were using the dependencies.
db17677
to
b6c4201
Compare
Risky Change This is considered a risky change because it adjusts the sample app build.gradle, please review carefully. By adding the label |
c85ac39
to
7728e4c
Compare
Separated into smaller PRs, and will ultimately land as #9345 |
Summary
This updates compose to 1.6.8.
Motivation
We've seen reported issues with updating lifecycle, and to prevent that, I'm updating compose.