NovaCrypto / BIP39

Java Microlibrary implementation of BIP0039
https://novacrypto.github.io/BIP39
GNU General Public License v3.0
92 stars 34 forks source link

Migrate from jcenter() to mavenCenteral() #43

Open sergchil opened 3 years ago

sergchil commented 3 years ago

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

Possible alternatives JitPack GitHub Packages

ILIYANGERMANOV commented 3 years ago

Yes, +1 on this issue.

ThomasDalla commented 2 years ago

+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 commented 2 years ago

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"
adamtenna commented 3 months ago

+1