amitshekhariitbhu / Fast-Android-Networking

🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
https://outcomeschool.com
Apache License 2.0
5.71k stars 960 forks source link

Gradle error: 502 error from bintray.com #577

Closed maitto closed 2 years ago

maitto commented 2 years ago

I'm getting an error with gradle build: Could not HEAD 'https://dl.bintray.com/microsoftazuremobile/SDK/com/amitshekhar/android/android-networking/1.0.2/android-networking-1.0.2.pom'. Received status code 502 from server: Bad Gateway

Same error with amitshekhariitbhu's other library: Could not HEAD 'https://dl.bintray.com/microsoftazuremobile/SDK/com/amitshekhar/android/debug-db/1.0.6/debug-db-1.0.6.pom'. Received status code 502 from server: Bad Gateway

@amitshekhariitbhu can you please check that the files are available? Thanks.

maitto commented 2 years ago

Fixed issue by using implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'