Fast-Android-Networking
                                
                                 Fast-Android-Networking copied to clipboard
                                
                                    Fast-Android-Networking copied to clipboard
                            
                            
                            
                        jcenter() shutdown
Hello, since jCenter will be shutdown on 2022-02-01 are you planning to move the library to maven() or somewhere else?
in the meantime, I followed the advice from the link https://stackoverflow.com/a/67423513
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.
@mwshubham Can you suggest something here? Possible solution.
@MarcoMirisola We will update it accordingly.
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 👍
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' }
The Jitpack library version works fine without adding jcenter(). But I like to see the official alternative.
mplementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'
thanks it this solution for my problem