ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.6k stars 1.31k forks source link

SpinKit Synchronization Problem #87

Open kabraatul opened 2 years ago

kabraatul commented 2 years ago

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

MarsadMaqsood commented 2 years ago

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 https://github.com/ybq/Android-SpinKit/issues/80#issuecomment-893827580