Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ShoaibKakal opened this issue Jul 31, 2022 · 3 comments
Open

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

ShoaibKakal opened this issue Jul 31, 2022 · 3 comments

Comments

@ShoaibKakal
Copy link

i added dependency but still getting this error.

@lriccardo
Copy link
Owner

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

Should look like this:

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

@rafa19
Copy link

rafa19 commented Aug 26, 2022

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

I had it, but still not working

@ShoaibKakal
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants