IndicatorSeekBar icon indicating copy to clipboard operation
IndicatorSeekBar copied to clipboard

Received status code 401 from server: Unauthorized from jitpack.io

Open edalatfeizi opened this issue 3 years ago • 5 comments

I'm getting this error when i try to get it from jitpack.io repository

Could not resolve com.github.warkiz.widget:indicatorseekbar:2.1.1. Required by: project :app > Could not resolve com.github.warkiz.widget:indicatorseekbar:2.1.1. > Could not get resource 'https://jitpack.io/com/github/warkiz/widget/indicatorseekbar/2.1.1/indicatorseekbar-2.1.1.pom'. > Could not GET 'https://jitpack.io/com/github/warkiz/widget/indicatorseekbar/2.1.1/indicatorseekbar-2.1.1.pom'. Received status code 401 from server: Unauthorized

edalatfeizi avatar May 04 '21 09:05 edalatfeizi

Add below in you build.gradle

repositories { maven { url 'https://jcenter.bintray.com/' } }

kimipeng avatar May 28 '21 07:05 kimipeng

please migrate to mavencentral as jcenter will be shutting down soon and is at the end of life. Android studio also shows a warning now.

kartik0198 avatar Jun 02 '21 20:06 kartik0198

@kartik0198 bintray is finally down. Are there any plans for migration?

ptsiogas avatar Jan 12 '22 17:01 ptsiogas

any progress on this? i can't build my project anymore

mianaliasjad avatar Jan 16 '22 14:01 mianaliasjad

I don't think the developer is active anymore. You may choose to fork the library in your project if you intend to use this further. In any case, this lib is not getting updated now. @mianaliasjad @ptsiogas

kartik0198 avatar Jan 16 '22 19:01 kartik0198