-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AndroidX support #76
Comments
Any update on this issue? |
The error can be ignored as long as your gradle.properties contains:
Since that line enables automatic translation of libraries to use AndroidX. That said, of course it would be ideal for this library to migrate to AndroidX eventually. |
I have that option enabled but I get the error: |
You can download the source code and replace the support library imports |
@niktszczegolny Recently I have migrated to AndroidX and I got an error because the fastScroller.setRecyclerView() method is expecting an android.support.v7.widget.RecyclerView instance, bubt I'm sendind an androidx.recyclerview.widget.RecyclerView what should do I do?
The text was updated successfully, but these errors were encountered: