-
Notifications
You must be signed in to change notification settings - Fork 43
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
Migration to AndroidX #19
Conversation
AndroidX requires minSdk 14.
@JakeWharton Please pull this if everything looks good from your side. |
Any prio to this small MR? |
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.
Some of the dependencies could be refreshed, but that can also be done in a follow-up
Can anyone merge please ? |
Sorry for the delay here. Just got perms. |
Closes #17 |
No worries! Thank you! |
This PR is responsible for migrating from Support Library to AndroidX. Besides that, Android Gradle Plugin was upgraded as well.
We should not expect any behavior change.
Feel free to ask me anything.