-
Notifications
You must be signed in to change notification settings - Fork 49
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
Migrate to AndroidX #463
Migrate to AndroidX #463
Conversation
Hmm..., this is weird 🤔 |
Maybe, |
@chibatching Thanks! You are right 😄 |
SUPPORT_LIBRARY_VERSION = '28.0.0' | ||
ANDROIDX_CORE_VERSION = '1.0.0' | ||
ANDROIDX_ANNOTATION_VERSION = '1.0.0' | ||
ANDROIDX_RECYCLERVIEW_VERSION = '1.0.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.
[Q] Should we specify each version instead of the single ANDROIDX_VERSION
?
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.
https://developer.android.com/jetpack/androidx/androidx-rn
It seems that AndroidX is a set of libraries that have the only one version, so ANDROIDX_VERSION
seems enough.
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.
AndroidX starts semantic versioning per library.
( See Per-artifact strict semantic versioning
section in this article )
Currently, all artifacts have the same version but it will be different in the future.
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 see! okay!
LGTM. @k-kagurazaka Can you merge it and release a new version, v6.0.0? |
I got it 👍 |
fix #447
Now Orma only supports AndroidX instead of Android Support Library.