Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Unable to implement the library after jcenter is shutdown

Open sbmvirdi opened this issue 2 years ago • 4 comments

I have updated the gradle version to 7.0.4 as the jcenter is deprecated so when building the project build is failing When i replaced jcenter() to mavenCentral() it is not able to find it.

To Reproduce Steps to reproduce the behavior:

  1. Remove the jcenter from project level repositories
  2. upgrade to gradle 7.0.4 atleast
  3. Build the project
  4. See error

Expected behavior The repository should be visible when replacing jcenter() with mavenCentral()

Screenshots Screenshot 2022-01-12 at 10 48 44 PM

Desktop:

  • OS: MacOS
  • Version: 12.1

Smartphone :

  • Device: Samsung M31s
  • OS: Android
  • Version 11

Additional context AI tried running the project with gradle 8.0 in my github action but it is also failing

sbmvirdi avatar Jan 12 '22 17:01 sbmvirdi

I'm having same issue, if you find the solution please past it here.

AbdulrhmanBazrto avatar Jan 12 '22 20:01 AbdulrhmanBazrto

not yet i think they need to deploy the library to mavenCentral

sbmvirdi avatar Jan 17 '22 06:01 sbmvirdi

Developers, please migrate the dependency to mavenCentral.

IvanReyesN94 avatar Feb 11 '22 07:02 IvanReyesN94

I'm also having the same problem

ArleyPereira avatar Feb 15 '22 19:02 ArleyPereira