-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
Yes, +1 on this issue. |
+1, jcenter won't work in a few days
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from May 1, 2021 JCenter will stop working. Can you please publish the library to MavenCentral?
Possible alternatives
JitPack
GitHub Packages
The text was updated successfully, but these errors were encountered: