ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Failed to resolve: com.github.ozodrukh:CircularReveal:1.3.1 #68

Closed drduan closed 7 years ago

drduan commented 8 years ago

Error:(87, 14) Failed to resolve: com.github.ozodrukh:CircularReveal:1.3.1 Show in File
Show in Project Structure dialog

drduan commented 8 years ago

in android studio

samdarcy42 commented 8 years ago

Try adding this to your Gradle:

repositories { maven { url "https://jitpack.io" } }

Fixed the issue for me!

gianpaolodn commented 8 years ago

I have the same issue after upgrading gradle to version 2.10. Solved manually downloading gradle 2.12

sleepyfran commented 8 years ago

Make sure you don't have the "Offline work" option checked on Build, Execution Deployment -> Gradle under settings.

captura_de_pantalla_2016-07-28_a_las_3_24_16
hiteshsahu commented 8 years ago

I am facing same issue. I am using this in android library , in which gradle am I supposed to add

repositories {
    maven {
        url "https://jitpack.io"
    }
}