Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jitpack URL to prevent 522 errors #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lifenautjoe
Copy link

Jitpack sometimes times out when trying to resolve packages with https://jitpack.io instead of https://www.jitpack.io.

We are experiencing this issue with the flutter_image_cropper package trying to resolve the ucrop package

from server: Origin Connection Time-out
   > Could not resolve com.github.yalantis:ucrop:2.2.4.
     Required by:
         project :app > project :image_cropper

Please see
OneSignal/OneSignal-Android-SDK#843 and jitpack/jitpack.io#3983 for similar issues.

Jitpack sometimes times out when trying to resolve packages with `https://jitpack.io` instead of `https://www.jitpack.io`.

We are experiencing this issue with the `flutter_image_cropper` package trying to resolve the ucrop package

```
from server: Origin Connection Time-out
   > Could not resolve com.github.yalantis:ucrop:2.2.4.
     Required by:
         project :app > project :image_cropper
```

Please see
OneSignal/OneSignal-Android-SDK#843 and jitpack/jitpack.io#3983 for similar issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant