Fast-Android-Networking
Fast-Android-Networking copied to clipboard
Now when using mavenCentral() instead of jcenter() library does not working
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.
Hi @abdul05248 , it will be done soon. For now use jcenter(). Thanks
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' }