material-code-input icon indicating copy to clipboard operation
material-code-input copied to clipboard

Can't download dependency from bintray

Open pengan1987 opened this issue 8 years ago • 0 comments

It seems the repository lost required pom files

* What went wrong:
A problem occurred configuring project ':consumer'.
> Could not resolve all dependencies for configuration ':consumer:_northAmericaQaApkCopy'.
   > Could not resolve com.github.glomadrian:CodeInput:1.1.
     Required by:
         consumer-app-android:consumer:unspecified
      > Could not resolve com.github.glomadrian:CodeInput:1.1.
         > Could not get resource 'http://dl.bintray.com/glomadrian/maven/com/github/glomadrian/CodeInput/1.1/CodeInput-1.1.pom'.
            > Could not GET 'http://dl.bintray.com/glomadrian/maven/com/github/glomadrian/CodeInput/1.1/CodeInput-1.1.pom'.
               > Connect to 127.0.0.1:1080 [/127.0.0.1] failed: Connection refused
      > Could not resolve com.github.glomadrian:CodeInput:1.1.
         > Could not get resource 'https://jitpack.io/com/github/glomadrian/CodeInput/1.1/CodeInput-1.1.pom'.
            > Could not GET 'https://jitpack.io/com/github/glomadrian/CodeInput/1.1/CodeInput-1.1.pom'. Received status code 401 from server: Repo not found or no access token provided

pengan1987 avatar Jan 14 '17 00:01 pengan1987