android-styled-dialogs
android-styled-dialogs copied to clipboard
Migrate to AndroidX
We are using this library since long time and it works great. We have recently Migrating to AndroidX, although by adding android.enableJetifier=true
and android.useAndroidX=true
in gradle.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.
@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 https://github.com/avast/android-styled-dialogs/pull/142 , let me know if any modifications are required.