DavidPacioianu / InkPageIndicator

InkPageIndicator created by @nickbutcher for Plaid https://github.com/nickbutcher/plaid and backported by me for API 14+ (4.0+)
Apache License 2.0
588 stars 79 forks source link

No support for AndroidX #38

Open matej-cupka opened 5 years ago

matej-cupka commented 5 years ago

I have just migrated to AndroidX and I can't compile my app because InkPageIndicator uses ViewPager from android design support library

rohanmahale commented 5 years ago

When can we expect support for androidx?

MohamedElidrissi commented 5 years ago

Enable Jetifier, its enabled by default now

# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true