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

Migrate to AndroidX #54

Closed
yvolk opened this issue Feb 9, 2020 · 1 comment
Closed

Migrate to AndroidX #54

yvolk opened this issue Feb 9, 2020 · 1 comment

Comments

@yvolk
Copy link

yvolk commented Feb 9, 2020

As I understand https://developer.android.com/guide/topics/ui/settings.html we should use AndroidX libraries for new development.

@martin-stone Having your Color Picker as an internal project ( see #51 (comment) ) I realized that before starting to write my new Custom preference I must migrate your component first :-)

And I did this. One day - and it works! Please feel free to integrate these changes into your repository, see this commit with full code of Preferences migration to AndroidX: andstatus/todoagenda@27cce2c

@martin-stone Thank you once again for the beautiful Color Picker.

@martin-stone
Copy link
Owner

You can use this library with AndroidX without any changes by setting android.enableJetifier=true in your gradle.properties. At some point I'll migrate it fully, but right now the library supports apps using AndroidX and as well as those that have not yet migrated.

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

No branches or pull requests

2 participants