We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried both the new version and the previous version and both do not want to import
The text was updated successfully, but these errors were encountered:
Did you add the repository in setting.gradle?
dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } }
Sorry, something went wrong.
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"?
No branches or pull requests
I tried both the new version and the previous version and both do not want to import
The text was updated successfully, but these errors were encountered: