-
Notifications
You must be signed in to change notification settings - Fork 450
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 #141
Comments
@davidvavra Can I work on this? |
@MonikaJethani I don't work in Avast anymore and don't maintain this repo |
@davidvavra Can you please point out who maintains this repo? |
@MonikaJethani Not sure, but @OrfeusCZ should know |
Hi @MonikaJethani any help is appreciated. Please prepare pull request and I will merge it. |
@sakulisko I have completed the migration. Please review this PR #142 , let me know if any modifications are required. |
We are using this library since long time and it works great. We have recently Migrating to AndroidX, although by adding
android.enableJetifier=true
andandroid.useAndroidX=true
ingradle.properties
converts all support package of dependency at build time. The stable release of 28.0.0 will be the final feature release packaged as android.support. All subsequent feature releases will only be made available as androidx-packaged artifacts. For more detail please check. I suggest you to update the library with AndroidX to avoid confusion.The text was updated successfully, but these errors were encountered: