aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 683 forks source link

JCenter end of life #438

Open Cryosleeper opened 3 years ago

Cryosleeper commented 3 years ago

JCenter is going to be closed Feb, 2022, any chance 2.3+ library is going to be on MavenCentral?

g19980115 commented 2 years ago

use implementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4'

smoralb commented 3 months ago

Hi! I was using this library from long time and everything working fine, but today stops working. The error I get is on my bitbucket pipeline, when I am running the step ./gradlew assembleDebug it gets the following error

:app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.aurelhubert:ahbottomnavigation:2.3.4.
     Required by:
         project :app

Why stops working now if it was working fine all this time and there is no change on my pipeline or any change related to this library.

I have changed the dependency toimplementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4' and now is working fine but... why?? @g19980115

g19980115 commented 3 months ago

Hi! I was using this library from long time and everything working fine, but today stops working. The error I get is on my bitbucket pipeline, when I am running the step ./gradlew assembleDebug it gets the following error

:app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.aurelhubert:ahbottomnavigation:2.3.4.
     Required by:
         project :app

Why stops working now if it was working fine all this time and there is no change on my pipeline or any change related to this library.

I have changed the dependency toimplementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4' and now is working fine but... why?? @g19980115

Jcenter is closed. Maybe you used to have a local cache

daentech commented 3 months ago

JCenter shutdown. They are having brownouts at the moment: https://jfrog.com/blog/jcenter-sunset/

mmalek95 commented 3 months ago

We had problem with this on our CI. I had to copy .aar file from gradle cache directory directly to our project and use it as local dependency. Eventually we will get rid of this library but it is some kind of temporary solution :)

NicolasEymael commented 3 months ago

it looks like jcenter is 100% dead now do you plan to migrate the artifacts to mven?