Fast-Android-Networking icon indicating copy to clipboard operation
Fast-Android-Networking copied to clipboard

jcenter() shutdown

Open MarcoMirisola opened this issue 4 years ago • 8 comments

Hello, since jCenter will be shutdown on 2022-02-01 are you planning to move the library to maven() or somewhere else?

MarcoMirisola avatar May 12 '21 09:05 MarcoMirisola

in the meantime, I followed the advice from the link https://stackoverflow.com/a/67423513

TkgJamuKeliling avatar May 16 '21 19:05 TkgJamuKeliling

in the meantime, I followed the advice from the link https://stackoverflow.com/a/67423513

I tried your advice, but one I remove jCenter() and clean/rebuild project it will stop find the library. Does it work for you?

I also like to know if this library is still supported or not, and if you know some alternative to it.

MarcoMirisola avatar May 17 '21 08:05 MarcoMirisola

@mwshubham Can you suggest something here? Possible solution.

amitshekhariitbhu avatar May 17 '21 09:05 amitshekhariitbhu

@MarcoMirisola We will update it accordingly.

amitshekhariitbhu avatar May 17 '21 09:05 amitshekhariitbhu

We don't have to follow the AS advice to remove jcenter for now. Yes @amitshekhariitbhu sir, we can update this library this month to jcenter alternative as it is heavily used. Adding this to our todo 👍

mwshubham avatar May 17 '21 10:05 mwshubham

You can use it via jitpack.. Add this: allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

dependencies { implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2' }

n-droidev avatar Jun 04 '21 11:06 n-droidev

The Jitpack library version works fine without adding jcenter(). But I like to see the official alternative.

shubham16g avatar Sep 05 '21 11:09 shubham16g

mplementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'

thanks it this solution for my problem

purjahini avatar Sep 29 '22 03:09 purjahini