Open emanuelb opened 3 years ago
https://github.com/bither/bither-android/blob/a35f73d977bc901fdcbe384087800550c738707c/build.gradle#L6 https://github.com/bither/bither-android/blob/a35f73d977bc901fdcbe384087800550c738707c/build.gradle#L89
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
https://github.com/bither/bither-android/blob/a35f73d977bc901fdcbe384087800550c738707c/build.gradle#L6 https://github.com/bither/bither-android/blob/a35f73d977bc901fdcbe384087800550c738707c/build.gradle#L89
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