ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

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

Open fahed-android opened 4 years ago

fahed-android commented 4 years ago

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 commented 3 years ago

You probably forgot to add Jitpack.io as a repository

ghnr commented 3 years ago

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'