FeaturedRecyclerView icon indicating copy to clipboard operation
FeaturedRecyclerView copied to clipboard

when i put the name in the gradle he didn't download always failed

Open hemaezzat opened this issue 6 years ago • 2 comments

when i put the name in the gradle he didn't download always failed

hemaezzat avatar May 19 '18 20:05 hemaezzat

I am not able to contribute, same problem here

ishroid avatar Jul 16 '18 15:07 ishroid

add your project build.gradle(project:yourproject) file:

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

m3talover avatar Sep 07 '18 12:09 m3talover