Open dejan2609 opened 3 years ago
@Carbs0126 the read only version of jcenter is becoming more and more flaky, it would really be helpful if you could republish to MavenCentral. While not completely friction free, setting things up is a one time effort and afterwards publishing is easy.
@Carbs0126 Seeing the same issues as @simonpoole
Last try (because jcenter is going away even read-only) before a hard fork.
I am using Jitpack as a temporary solution.
add Jitpack to the list of repository source:
maven { url 'https://jitpack.io' }
use dependency from Jitpack
implementation 'com.github.Carbs0126:NumberPickerView:master-SNAPSHOT'
We can choose from the list of dependencies here. Hope this is useful for some of us.
Rationale: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Quote (from a link above):
Note: it seems that Signal Android app depends on version 1.2.0 currently available only via JCenter: https://mvnrepository.com/artifact/cn.carbswang.android/NumberPickerView/1.2.0
@Carbs0126 let me know if I can help you with this.