avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Migrate to AndroidX #141

Open persource opened 5 years ago

persource commented 5 years ago

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.

MonikaJethani commented 5 years ago

@davidvavra Can I work on this?

davidvavra commented 5 years ago

@MonikaJethani I don't work in Avast anymore and don't maintain this repo

MonikaJethani commented 5 years ago

@davidvavra Can you please point out who maintains this repo?

davidvavra commented 5 years ago

@MonikaJethani Not sure, but @OrfeusCZ should know

sakulisko commented 5 years ago

Hi @MonikaJethani any help is appreciated. Please prepare pull request and I will merge it.

MonikaJethani commented 5 years ago

@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.