Skip to content
New issue

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

RecyclerViewSwipeDecorator won't import even after I have put implementation in grade #24

Open
michaelchinaka opened this issue Apr 19, 2022 · 4 comments

Comments

@michaelchinaka
Copy link

I tried both the new version and the previous version and both do not want to import

@AlvaroMonserrat
Copy link

Did you add the repository in setting.gradle?

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

@xabaras
Copy link
Owner

xabaras commented Jan 9, 2023

The library version 1.4 is now available on Maven Central, this should solve your issue.

@jatin132
Copy link

yes I tried the solution but it doesn't work

@xabaras
Copy link
Owner

xabaras commented Jan 24, 2023

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"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants