jlmd / AnimatedCircleLoadingView

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

gradle #5

Closed d7coders closed 8 years ago

d7coders commented 9 years ago

gradle not work

Error:(51, 13) Failed to resolve: com.github.jlmd:AnimatedCircleLoadingView:1.1.2

jlmd commented 9 years ago

It's because the library isn't in maven central. It's in bintray. You have to add the repository:

repositories {
  maven {
    url "http://dl.bintray.com/jlmd/maven"
  }
}
praveensleeps commented 9 years ago

is the new update working in 4.3 devices?

jlmd commented 9 years ago

yes, it should work