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

Now when using mavenCentral() instead of jcenter() library does not working

Open abdul05248 opened this issue 4 years ago • 2 comments

jcenter() // Warning: this repository is going to shut down soon

so I update it to mavenCentral() but after this library does not working can you please check it out and resolve asap.

abdul05248 avatar May 25 '21 03:05 abdul05248

Hi @abdul05248 , it will be done soon. For now use jcenter(). Thanks

amitshekhariitbhu avatar May 25 '21 03:05 amitshekhariitbhu

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