FYI: Bintray is shutting down on February 1st 2022
Could you consider publishing the existing artifacts to Maven Central?
cf. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Edit: see #775 for alternative JitPack usage.
@davideas is this something which will be addressed or is this something we should prepare for by working on getting flexible adapter removed from the app?
Hello! Thanks for opening this issue. Yes, we can move to Maven Central, only problem I can't build the project anymore. I guess I should take each version and manually upload to the new repo. I am already registered, I need to check if gpg works again. I will try to upload in the coming days, I hope.
Why cant you build it anymore? Need help with that?
@davideas would you be open to me having a look at creating a PR to get it building again?
That would be great, however another person already did it, he will create a PR soon. I'm super busy with things in my work and life. I need to find time to upload to central.
Thanks, Davide
I think it's my coworker 😎
@everyone, sorry guys and girls, I won't be on time for 1st of May. Higher priorities in my life as this activity is very annoying. Please, make a copy of the library in your local lib and keep an eye here for further update. One day I will move to maven central.
They updated it so that they'll continue serving existing packages until February 1st 2022, so that's okay.
Can we help?
Any update on this? We are trying to prepare ahead of time and this is one of the last dependencies that we have which relies on JCenter. Just wanted to check in after 3 months to see where we are at. If you need some help we are willing to help in anyway you would like.
+1
+20
See info on consuming from JitPack in #775 if this is blocking you.
Hi guys! is there any chance to move existing artifacts to Maven Central ? According to gradle roadmap https://blog.gradle.org/jcenter-shutdown jcenter() method s going to be removed in version 8.0. Latest Android studio also raises warning on using jcenter().
We had to make a copy of the artifact into our repo to get away from jcenter till we migrate off flexible adapter due to lack of support
Same for me, I currently use a cached artifact as long as there is no migration to another repo.
Hello all :wave: I made changes to get build up and running so if anyone needs to update to the latest version can use with Jitpack.io
maven { url "https://jitpack.io" }
✅ Build artifacts: com.github.ddB0515.FlexibleAdapter:flexible-adapter-databinding:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter-ui:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter-livedata:5.1.1
I didn't bother to make versions for everything to be original so all is same version 5.1.1 (based on original 5.1.0) Also here is forked and modified version of original: https://github.com/ddB0515/FlexibleAdapter Hop will help someone :)