FeaturedRecyclerView
FeaturedRecyclerView copied to clipboard
when i put the name in the gradle he didn't download always failed
when i put the name in the gradle he didn't download always failed
I am not able to contribute, same problem here
add your project build.gradle(project:yourproject) file:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}