-
Notifications
You must be signed in to change notification settings - Fork 622
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
Comments
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. 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
<#80 (comment)>,
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:
Be sure to have jitpack in your
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) |
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:
The text was updated successfully, but these errors were encountered: