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

Migrate from jcenter() to mavenCenteral() #43

Open
sergchil opened this issue May 6, 2021 · 3 comments
Open

Migrate from jcenter() to mavenCenteral() #43

sergchil opened this issue May 6, 2021 · 3 comments

Comments

@sergchil
Copy link

sergchil commented May 6, 2021

Starting from May 1, 2021 JCenter will stop working. Can you please publish the library to MavenCentral?

Possible alternatives
JitPack
GitHub Packages

@sergchil sergchil closed this as completed May 6, 2021
@sergchil sergchil reopened this May 6, 2021
@ILIYANGERMANOV
Copy link

Yes, +1 on this issue.

@ThomasDalla
Copy link

+1, jcenter won't work in a few days

jcenter is deprecated
Builds will no longer be able to resolve artifacts from JCenter after February 1st, 2022 

@SDILogin
Copy link

SDILogin commented Apr 6, 2022

I think it's possible to get BIP39 from jitpack.io (maybe there is a less "dirty" solution)

    implementation("com.github.NovaCrypto:BIP39:0e7fa95f80") {
        exclude group: "io.github.novacrypto", module: "ToRuntime"
        exclude group: "io.github.novacrypto", module: "SHA256"
    }
    implementation("com.github.NovaCrypto:Sha256:57bed72da5") {
        exclude group: "io.github.novacrypto", module: "ToRuntime"
    }
    implementation "com.github.NovaCrypto:ToRuntime:c3ae3080eb"

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

4 participants