-
Notifications
You must be signed in to change notification settings - Fork 4
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
Set minSDK to 21 as compose as #42
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.
LGTM!
One last thing though, was this tested on an unsupported device? Just to make sure that it doesn't crash.
Just make sure no crash. The feature that support android21 is working in #43. |
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.
LGTM!!!
Just curious - what's the reason for setting min to 21?
@citytexi It's to support every version Compose itself supports. This is a UI library for Compose, so it kinda makes sense. While the default KMP templates sets the minSdk to SDK 24 by default, most of It might make sense for an app, but a library should always strive to maximize compatibility, so apps get to make the choice. Even as a no-op. |
No description provided.