TutorialsAndroid/FilePicker

FilePickerPreference not using AndroidX

svenoaks opened this issue · 2 comments

The readme states that latest version uses AndroidX, but FilePickerPreference imports android.preference.Preference which is deprecated in favor of AndroidX preference compat libraries.

The readme states that latest version uses AndroidX, but FilePickerPreference imports android.preference.Preference which is deprecated in favor of AndroidX preference compat libraries.

sorry for late. i will soon fixed that

FYI
Also it would be more pretty to use androidx it is still compatible with my androidx based project.