omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

Could not resolve #72

Open rosanlal26 opened 6 years ago

rosanlal26 commented 6 years ago

When compile 'com.github.omadahealth:swipy:1.2.3@aar' : Gives this error:

Error:FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not resolve com.github.omadahealth:swipy:1.2.3.
  Required by:
      project :app
   > Could not resolve com.github.omadahealth:swipy:1.2.3.
      > Could not get resource 'https://jitpack.io/com/github/omadahealth/swipy/1.2.3/swipy-1.2.3.pom'.
         > Could not HEAD 'https://jitpack.io/com/github/omadahealth/swipy/1.2.3/swipy-1.2.3.pom'.
            > Read timed out

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 34s

Even when Compile compile 'com.github.orangegangsters:swipy:1.2.3@aar' Gives the same error

Earlier it used to work fine. I got these errors while building today