Android-SpinKit
Android-SpinKit copied to clipboard
SpinKit Synchronization Problem
Failed to resolve: com.github.ybq:Android-SpinKit:1.4.0
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