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

SpinKit Synchronization Problem #87

Open
kabraatul opened this issue Apr 11, 2022 · 1 comment
Open

SpinKit Synchronization Problem #87

kabraatul opened this issue Apr 11, 2022 · 1 comment

Comments

@kabraatul
Copy link

Failed to resolve: com.github.ybq:Android-SpinKit:1.4.0

@MarsadMaqsood
Copy link

MarsadMaqsood commented Apr 18, 2022

It's because this library was hosted on jcenter which was deprecated.

To solve this issue, add this line

maven { url 'https://jitpack.io' }

in the build.gradle file

Thanks to #80 (comment)

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

2 participants