lriccardo / TimelineView

A customizable and easy-to-use Timeline View library for Android. Works as a RecyclerView decorator (ItemDecoration)
Apache License 2.0
232 stars 11 forks source link

Could not find com.github.lriccardo:TimelineView:1.1.2. #15

Open ShoaibKakal opened 2 years ago

ShoaibKakal commented 2 years ago

i added dependency but still getting this error.

lriccardo commented 2 years ago

Did you add the JitPack repository to your root build.gradle?

Should look like this:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
rafa19 commented 2 years ago

maven { url "https://jitpack.io" }

I had it, but still not working

ShoaibKakal commented 2 years ago

Make sure you have added maven { url "https://jitpack.io" } in repositries section in settings.gradle file.