eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

Migrate to AndroidX #51

Closed eltos closed 4 years ago

eltos commented 5 years ago

Planned for long-term as discussed in #48

In the short term, the AndroidX-Version of the library can be used via JitPack releases, e.g.:

dependencies {
        implementation 'com.github.eltos:SimpleDialogFragments:v3.1-androidx'
}