warkiz / IndicatorSeekBar

A custom SeekBar on Android, which can be changed the size ,color , thumb drawable , tick drawable , tick text and indicator , also , will show an indicator view with progress above SeekBar when seeking. https://github.com/warkiz/IndicatorSeekBar
Apache License 2.0
2.17k stars 419 forks source link

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

Open edalatfeizi opened 3 years ago

edalatfeizi commented 3 years ago

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

kimipeng commented 3 years ago

Add below in you build.gradle

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

kartik0198 commented 3 years ago

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.

ptsiogas commented 2 years ago

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

mianaliasjad commented 2 years ago

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

kartik0198 commented 2 years ago

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