I'm having problem with Gradle build since 2 days when I am build Gradle.
Error:
Could not HEAD 'https://jitpack.io/com/crashlytics/sdk/android/crashlytics/2.9.7/crashlytics-2.9.7.pom'. Received status code 522 from server: Origin Connection Time-out Enable Gradle 'offline mode' and sync project
Can anyone have any solution for this?
I have tried below commands/steps for the resolved issue:
But Still not working.
Thanks in advance
Issue has been resolve with below solution.
Just add 'www' on Main Gradle file.
repositories {
maven { url "https://www.jitpack.io" }
}
Source: https://github.com/jitpack/jitpack.io/issues/3973
This is issue with jitpack DNS that came up recently. Its described in this issue, along with workaround solutions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With