v3.0.0
- Migrate to AndroidX (#164) (@virengujariya, @liaowng)
Removed
- Remove android.app.Fragment and android.app.DialogFragment builder constructors.
These Fragments can still be used by passinggetActivity()
andgetDialog()
respectively.
getActivity()
and getDialog()
respectively.