When I try the gradle sync, the sync operator is always failed. the message is 'Failed to resolve: uz.shift:colorpicker:0.5'.
When I build my project, the log is as following:
Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
Could not resolve uz.shift:colorpicker:0.5.
Required by:
project :app
> Could not resolve uz.shift:colorpicker:0.5.
> Could not get resource 'http://repo1.maven.org/maven2/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> Could not GET 'http://repo1.maven.org/maven2/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> repo1.maven.org:80 failed to respond
> Could not resolve uz.shift:colorpicker:0.5.
> Could not get resource 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> Could not GET 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> dl.bintray.com:80 failed to respond
> Could not resolve uz.shift:colorpicker:0.5.
> Could not get resource 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> Could not GET 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'.
> dl.bintray.com:80 failed to respond
The log contains the line 'dl.bintray.com:80 failed to respond', is there some wrong with the repository?
When I try the gradle sync, the sync operator is always failed. the message is 'Failed to resolve: uz.shift:colorpicker:0.5'.
When I build my project, the log is as following:
The log contains the line 'dl.bintray.com:80 failed to respond', is there some wrong with the repository?