Serchinastico / CoolSwitch

Custom switch with a circular reveal effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

MostafaSh opened this issue · comments

Hi,
I have a problem.
when I add the CoolSwitch lib through dependencies into my project, I get this error:

Error:Failed to resolve: com.github.ozodrukh:CircularReveal:1.0.4
Open File
Show in Project Structure dialog

what can I do to resolve it?

You can add remote maven, like this:
repositories {
maven {
url "https://jitpack.io"
}
}
solved the issue for me :)

To be honest, I think the CircularReveal library is not used anymore so we can safely remove it but this project is no longer being supported. PRs are more than welcome, though.