Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please publish your library to a Maven Central ? I can offer you some help for this #80

Open
dejan2609 opened this issue Feb 4, 2021 · 6 comments

Comments

@dejan2609
Copy link

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

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

    maven { // textdrawable
        url 'https://dl.bintray.com/amulyakhare/maven'
        content {
            includeGroupByRegex "com\\.amulyakhare.*"
        }
    }

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:

@dejan2609 dejan2609 changed the title Can you please release your library to a Maven Central ? I can offer you some help for this Can you please publish your library to a Maven Central ? I can offer you some help for this Feb 5, 2021
@ArcherEmiya05
Copy link

ArcherEmiya05 commented May 9, 2021

Is there a new artifact now?

@bpappin
Copy link

bpappin commented May 31, 2021

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.

@vipafattal
Copy link

vipafattal commented May 31, 2021 via email

@ChristopheVersieux
Copy link

Trying to update an old project, I also had the issue. what is the best way to import the library?

@ramseth001
Copy link

@dejan2609 I have published a fork of the library to Jitpack for my use. Feel free to use it.

https://github.com/ramseth001/TextDrawable/

@mendhak
Copy link

mendhak commented Sep 26, 2021

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... 😅

(I was unable to go with @ramseth001 's fork as I'm still targetting min SDK 16)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants