yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

Migrate support library dependencies to androidx #254

Closed damien5314 closed 5 years ago

damien5314 commented 5 years ago

Why this change is needed?

AndroidX is replacing the Android support library. Client applications for CardStackView can currently use the library by enabling jetifier within Android Studio, but long term it's probably best to update to AndroidX at the source.

What has changed in this PR?

How to test it?

yuyakaido commented 5 years ago

@damien5314 Thanks!

yuyakaido commented 5 years ago

@damien5314 Ver. 2.3.3 has been released including this improvement. Thank you for your contribution!