We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bither-android/build.gradle
Line 6 in a35f73d
Line 89 in a35f73d
Jcenter service is closed (currently in read-only mode, no updates for packages will be made) more details on needed migration: https://developer.android.com/studio/build/jcenter-migration https://blog.gradle.org/jcenter-shutdown
and here content on how to migrate: https://jeroenmols.com/blog/2021/02/04/migratingjcenter/
You can declare specific usages of jcenter like explained in https://jeroenmols.com/blog/2021/02/04/migratingjcenter/#consumed-dependencies-from-bintrayjcenter and like it's done for example in this PR of unstoppable wallet "Gradually migrate from jcenter to mavenCentral" https://github.com/horizontalsystems/unstoppable-wallet-android/pull/3752/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bither-android/build.gradle
Line 6 in a35f73d
bither-android/build.gradle
Line 89 in a35f73d
Jcenter service is closed (currently in read-only mode, no updates for packages will be made)
more details on needed migration:
https://developer.android.com/studio/build/jcenter-migration
https://blog.gradle.org/jcenter-shutdown
and here content on how to migrate:
https://jeroenmols.com/blog/2021/02/04/migratingjcenter/
You can declare specific usages of jcenter like explained in https://jeroenmols.com/blog/2021/02/04/migratingjcenter/#consumed-dependencies-from-bintrayjcenter and like it's done for example in this PR of unstoppable wallet "Gradually migrate from jcenter to mavenCentral"
https://github.com/horizontalsystems/unstoppable-wallet-android/pull/3752/files
The text was updated successfully, but these errors were encountered: