-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix formatting not running on samples #981
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
Conversation
Formatting can now be run using scripts/format.sh
@@ -8,10 +12,11 @@ androidx-benchmark-junit4 = "1.1.0-beta04" | |||
androidx-constraintlayout = "1.0.1" | |||
androidx-corektx = "1.8.0" | |||
androidx-lifecycle-compose = "2.5.1" | |||
androidx-lifecycle-runtime-compose = "2.6.0-alpha02" # merge with above when not alpha |
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.
Is this intentional for this PR?
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.
Yes. This PR added it but didn't add it to the global file. #970
androidx-test = "1.4.0" | ||
androidx-test-espresso = "3.4.0" | ||
androidx-test = "1.3.0" | ||
androidx-test-espresso = "3.3.0" |
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.
Intentional downgrade?
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.
I was getting annoying dependency clashes in one of the samples, but I will fix this before merging
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.
OK it seems compose 1.3 beta03 pins to these versions so we will have to go with this for now. I assume this will be upgraded again in the next release.
I think this might be a bug in actions :( It's meant to run the updated workflow but because we use a shared file, it goes and pulls the one from main instead. I'm not sure how we can work around this |
Formatting is now done using the
scripts/format.sh
script