Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve #6

Open
heshesh2010 opened this issue Dec 21, 2015 · 5 comments
Open

Failed to resolve #6

heshesh2010 opened this issue Dec 21, 2015 · 5 comments

Comments

@heshesh2010
Copy link

Error:Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.1

I have tired many solution

@bowyer-app
Copy link
Owner

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.

@heshesh2010
Copy link
Author

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\

@bowyer-app
Copy link
Owner

@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

@heshesh2010
Copy link
Author

where i can found interface ObservableScrollViewCallbacks
cuz there was an error it not reslove

@bowyer-app
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants