omtodkar / ShimmerRecyclerView

A custom Shimmer RecyclerView which adopt to list / grid transition automatically and also supports multiple view types while shimmering.
GNU General Public License v3.0
239 stars 35 forks source link

Gradle is not able to resolve the 'implementation 'com.todkars:shimmer-recyclerview:0.4.1'.It is perfectly resolving the facebook shimmer effect. #10

Open AntrikshBatra opened 2 years ago

AntrikshBatra commented 2 years ago

Describe the bug Gradle is not able to resolve the 'implementation 'com.todkars:shimmer-recyclerview:0.4.1'.It is perfectly resolving the facebook shimmer effect . In the xml file I can use Shimmer frame layout but not able to use shimmer recycler view. To Reproduce Steps to reproduce the behavior:

  1. Go to '...'

  2. Click on '....'

  3. Scroll down to '....'

  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Screenshot (3) Screenshot (2)

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

kimiti commented 2 years ago

this error specifically occurs with the new release of android studio

akhil-coder commented 2 years ago

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

sarathn91 commented 1 year ago

Could you upload the library to maven central? jcenter is deprecated

ammarme commented 1 year ago

this works after adding only jcenter()

UlasGuneyGenc commented 1 year ago

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

This worked for me too. Thanks

apprajapati9 commented 1 year ago

It doesn't work for me even after adding above solutions. It shows me, "Could not find com.todkars:shimmer-recyclerview:0.4.1"

Does anyone has solution for this?

MhammadAli commented 1 year ago

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

This worked for me too. Thank you❤️

kunjjann commented 7 months ago

Add these to settings.gradle file for newer versions of android studio. repositories { jcenter() maven { url "https://jitpack.io" } }

Thank You. This Worked For Me.