jlmd / AnimatedCircleLoadingView

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

Failed to resolve :com.github.jlmd:AnimatedCircleLoadingView:1.1.5 #14

Closed abhishobhit closed 8 years ago

abhishobhit commented 8 years ago

I have Same problem , I have added it to repository but its not working.

repositories {
    jcenter()
    maven {
        url "http://dl.bintray.com/jlmd/maven"
    }
}
jlmd commented 8 years ago

Are you adding it in allprojects?

allprojects {
  repositories {
    maven {
      url "http://dl.bintray.com/jlmd/maven"
    }
    jcenter()
  }
}
abhishobhit commented 8 years ago

Yes I have added in allprojects..

On 7 March 2016 at 00:24, José Luis Martín notifications@github.com wrote:

Are you adding it in allprojects?

allprojects { repositories { maven { url "http://dl.bintray.com/jlmd/maven" } jcenter() } }

— Reply to this email directly or view it on GitHub https://github.com/jlmd/AnimatedCircleLoadingView/issues/14#issuecomment-192962655 .

jlmd commented 8 years ago

Well, I've just tested it and it's working.

jlmd commented 8 years ago

Uhm, it's not related to my library. You have to ask it to the owner of com.github.jkwiecien:EasyImage

sharathp commented 8 years ago

@jlmd - apologize, yes, my bad, it works, thanks!