facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.32k stars 697 forks source link

Migration to AndroidX #69

Closed jensiepoo closed 6 years ago

jensiepoo commented 6 years ago

With Google introducing AndroidX, is migration to AndroidX on the roadmap for this project?

xiphirx commented 6 years ago

It is on the roadmap. We only use the support-annotations artifact from the support library, so its not entirely pressing to update to AndroidX. It is a relatively minor change, though.

jensiepoo commented 6 years ago

Got it, thanks!