bither / bither-android

Bither - a simple and secure Bitcoin wallet!
http://bither.net
Apache License 2.0
436 stars 171 forks source link

Remove JCenter lines from build.gradle or at least specify what used by it directly #75

Open emanuelb opened 3 years ago

emanuelb commented 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