Open dejan2609 opened 3 years ago
Is there a new artifact now?
I was just coming to file a bug about it not resolving due to the bintray shutdown.
However, realistically, this guy hasn't updated this code since 2015, so I think we are SOL. IMO It's time for the library to fork, and be taken over by another party.
In the mean time, I'm going to make sure I have a fork, and pull the code local.
Simply speaking, I think, you could use Jitpack.
On Mon, May 31, 2021, 6:13 PM Brill Pappin @.***> wrote:
I was just coming to file a bug about it not resolving due to the bintray shutdown.
However, realistically, this guy hasn't updated this code since 2015, so I think we are SOL. IMO It's time for the library to fork, and be taken over by another party.
In the mean time, I'm going to make sure I have a fork, and pull the code local.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amulyakhare/TextDrawable/issues/80#issuecomment-851552415, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMFRNQXVK5BXWJ3AOG6WBDTQORTNANCNFSM4XDTO3GQ .
Trying to update an old project, I also had the issue. what is the best way to import the library?
@dejan2609 I have published a fork of the library to Jitpack for my use. Feel free to use it.
This worked for me, with Jitpack enabled, I've used the commit hash from this repo:
implementation 'com.github.amulyakhare:TextDrawable:558677ea31'
Be sure to have jitpack in your repositories
section:
maven {
url "https://jitpack.io"
}
Now let's hope jitpack never shuts down... :sweat_smile:
(I was unable to go with @ramseth001 's fork as I'm still targetting min SDK 16)
Rationale: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Quote (from a link above):
Further more: it seems that Signal Android app depends on this library (fetched via Bintray): https://github.com/signalapp/Signal-Android/blob/v5.3.12/app/build.gradle#L37
One more note: there is a slim chance that your library is also published to a springio-plugins-release but I will have to do some more research: