ybq / Android-SpinKit

Android loading animations

Home Page:https://ybq.github.io/Android-SpinKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinKit Synchronization Problem

kabraatul opened this issue · comments

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 #80 (comment)