ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

Error:Failed to resolve: com.github.ksoichiro:android-observablescrollview: #252

Open shaikfaizal opened 8 years ago

shaikfaizal commented 8 years ago

Error:Failed to resolve: com.github.ksoichiro:android-observablescrollview: Open File

How come i solve this error?

varnitsaini commented 7 years ago

Hi @shaikfaizal did you got any resolution for that? I am facing the same problem

shaikfaizal commented 7 years ago

i forgot to put mavencentral @varnitsaini

repositories { mavenCentral() }

dependencies { // Other dependencies are omitted compile 'com.github.ksoichiro:android-observablescrollview:VERSION' }

Ali-Haider8 commented 6 years ago

i has this error too.

hiren369 commented 6 years ago

@shaikfaizal
Which version number we need to put in that compile 'com.github.ksoichiro:android-observablescrollview:VERSION' because if we put 1.5.2 as version then it is showing error in addHeaderView