RecyclerViewSwipeDecorator
RecyclerViewSwipeDecorator copied to clipboard
RecyclerViewSwipeDecorator won't import even after I have put implementation in grade
I tried both the new version and the previous version and both do not want to import
Did you add the repository in setting.gradle?
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } }
The library version 1.4 is now available on Maven Central, this should solve your issue.
yes I tried the solution but it doesn't work
Do you have mavenCentral() as a repository in your project? I just tried to add this dependency
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.4'
to a new project and I was able to use it in my code normally.
What do you mean with "do not want to import"?