Skip to content
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 the compose sample to use the latest compose version. #98

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

zach-klippenstein
Copy link
Collaborator

Note that this does not actually change the version of compose that the library is compiled against. This ensures that the existing release still works with the newer compose version.

Note that this does not actually change the version of compose that the library is compiled against. This ensures that the existing release still works with the newer compose version.
@@ -6,7 +6,7 @@ plugins {
}

/** Use a separate property for the sample so we can test with different versions easily. */
val sampleComposeVersion = Versions.Compose
val sampleComposeVersion = "1.0.0-alpha03"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also extract this as "Versions.MinSupportedCompose" ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, although it would be MaxSupportedCompose. Maybe we should extract min/max versions and run both in CI?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zach-klippenstein zach-klippenstein merged commit d459f86 into main Sep 17, 2020
@zach-klippenstein zach-klippenstein deleted the zachklipp/test-with-latest-compose branch September 17, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants