time-duration-picker icon indicating copy to clipboard operation
time-duration-picker copied to clipboard

JCenter sunset is announced; please republish library versions to Maven Central

Open dejan2609 opened this issue 4 years ago • 3 comments

Rationale: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Quote (from a link above):

May 1st | Bintray, JCenter, GoCenter, and ChartCenter services will no longer be available

@svenwiegand let me know if I can help you with this.

dejan2609 avatar Feb 05 '21 18:02 dejan2609

Looks like somebody uploaded a fork to Jitpack. It's working for me at the time of writing this comment

https://jitpack.io/p/zaplitny/time-duration-picker

GabeK0 avatar Dec 24 '21 17:12 GabeK0

For those getting AndroidX conflicts as this library is using the Android Support Library, it seems that a fork of this project has been adapted to AndroidX, and a build is available on JitPack.

https://jitpack.io/#Burtan/time-duration-picker/660ca33b70

czlucius avatar Mar 21 '22 05:03 czlucius

	        implementation 'com.github.Burtan:time-duration-picker:660ca33b70'

works for me

czlucius avatar Mar 21 '22 05:03 czlucius