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

[Question:] How to reference your Version 3.1 with AndroidX in build.gradle? #55

Closed isabsent closed 5 years ago

isabsent commented 5 years ago

How to reference your Version 3.1 with AndroidX in build.gradle?

eltos commented 5 years ago

As stated in the readme:

You can use JitPack.

isabsent commented 5 years ago

Thanks.

implementation 'com.github.eltos:simpledialogfragment:3.1'
implementation 'com.alimuzaffar.lib:pinentryedittext:2.0.6'

works too.

NaturallyAsh commented 4 years ago

omg thank you @isabsent for this! I've been having absolutely no luck for days as to why my conversion to androidx kept failing jetify. The pinentry lib needed to be updated to 2.0.6 b/c of a fix its previous version needed. Refer people to this issue @eltos if you start getting issue complaints b/c of androidx.