Failed to resolve
Error:Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.1
I have tired many solution
Hi! @heshesh2010
You must write 'build.gradle' like this.
dependencies {
compile 'com.bowyer.app:fab-toolbar:1.1.0@aar'
compile 'com.github.ozodrukh:CircularReveal:1.1.1'
}
try it.
i did that and i get following error
Error:(38, 13) Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.1
Show in File
"open.dependency.in.project.structure">Show in Project Structure dialog\
@heshesh2010 You must add root build.gradle like this.
repositories {
maven {
url "https://jitpack.io"
}
}
see https://github.com/ozodrukh/CircularReveal#how-to-add-dependency
where i can found interface ObservableScrollViewCallbacks cuz there was an error it not reslove
@heshesh2010 https://github.com/ozodrukh/CircularReveal/issues/42