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

using android x but not able to sync "Failed to resolve: com.github.edubarr" #105

Open
fahed-android opened this issue Aug 20, 2019 · 2 comments

Comments

@fahed-android
Copy link

i am using android x
able to sync with implementation 'ca.barrenechea.header-decor:header-decor:0.2.8'
but its not work wiyh android x
while using implementation 'com.github.edubarr.header-decor/header-decor:0.2.8'
it gives me error "Failed to resolve: com.github.edubarr"

@Zhuinden
Copy link

Zhuinden commented Jan 22, 2021

You probably forgot to add Jitpack.io as a repository

@ghnr
Copy link

ghnr commented Mar 13, 2021

I had jitpack.io and it was still failing. I fixed it by downgrading (AS says it is an upgrade) to 0.2.7:

implementation 'com.github.edubarr:header-decor:master-SNAPSHOT'

implementation 'com.github.edubarr:header-decor:0.2.7'

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