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

AndroidX support #65

Closed AlexanderEggers closed 6 years ago

AlexanderEggers commented 6 years ago

With the release of Android Studio 3.2.0, is there any plan to update this library to support AndroidX soon?

xiphirx commented 6 years ago

We only use the support-annotations artifact from the support library, so its not entirely pressing to update to AndroidX. We will get around to it when it is production ready, likely, though.

AlexanderEggers commented 6 years ago

@xiphirx Thanks for your reply. FYI, the AndroidX lib got stable last week.