Open sergchil opened 3 years ago
Yes, +1 on this issue.
+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
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"
+1
Starting from May 1, 2021 JCenter will stop working. Can you please publish the library to MavenCentral?
Possible alternatives JitPack GitHub Packages