b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

Remove jcenter from the list of repositories #89

Closed Subv closed 2 years ago

Subv commented 2 years ago

Replace it with mavenCentral.

JCenter announced on February 3 2021 that it would shutdown. They later decided to keep the repository as read-only indefinitely, but that also means no new versions of packages will be uploaded to it.

Lately the jcenter repository has been giving a lot of 502 Bad Gateway errors, making downstream builds flaky. I think it's finally time to remove it.

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Issues

~It seems there's a dependency on a library that only exists on jcenter: com.firebase:firebase-jobdispatcher:0.8.5.~ Updating the push-notifications-android dependency to the latest version (1.9.0) fixes this issue.

Humni commented 2 years ago

@Subv this looks good to me! Thanks for contributing!