Open kabraatul opened 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
Failed to resolve: com.github.ybq:Android-SpinKit:1.4.0