fab-toolbar icon indicating copy to clipboard operation
fab-toolbar copied to clipboard

Failed to resolve

Open heshesh2010 opened this issue 10 years ago • 5 comments

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

I have tired many solution

heshesh2010 avatar Dec 21 '15 23:12 heshesh2010

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.

bowyer-app avatar Dec 22 '15 00:12 bowyer-app

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 avatar Dec 22 '15 00:12 heshesh2010

@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

bowyer-app avatar Dec 22 '15 01:12 bowyer-app

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

heshesh2010 avatar Dec 22 '15 01:12 heshesh2010

@heshesh2010 https://github.com/ozodrukh/CircularReveal/issues/42

bowyer-app avatar Feb 03 '16 12:02 bowyer-app