jlmd / AnimatedCircleLoadingView

An animated circle loading view
Apache License 2.0
1.17k stars 211 forks source link

Error: Failed to resolve: com.github.animatedcircleloadingview:1.1.5 #23

Closed AerWyn81 closed 6 years ago

AerWyn81 commented 7 years ago

Hi,

All is in the title, I'm trying to use your library, so I added your library in my build.gradle and I got this error. compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar' AerWyn81

hichamkazan commented 6 years ago

You should add to your project build.gradle this

maven {
            url "http://dl.bintray.com/jlmd/maven"
        }

under allprojects >> repositories