Open Cryosleeper opened 3 years ago
use implementation 'com.github.aurelhubert:ahbottomnavigation:2.3.4'
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
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 to
implementation '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
JCenter shutdown. They are having brownouts at the moment: https://jfrog.com/blog/jcenter-sunset/
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 :)
it looks like jcenter is 100% dead now do you plan to migrate the artifacts to mven?
JCenter is going to be closed Feb, 2022, any chance 2.3+ library is going to be on MavenCentral?