spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
462 stars 119 forks source link

Migrate away from jcenter #288

Closed gabrielittner closed 3 years ago

gabrielittner commented 3 years ago

The auth library is currently hosted on jcenter which will shut down in May. Could you publish the library on maven central instead? https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Sidenote: It would also be great if the appremote library would get published there. If it's about appremote being closed source you can request from Sonatype to get the rights to publish without sources.

veronikapetruskova commented 3 years ago

Hi @gabrielittner we recently published the auth library on MavenCentral so you should be able to get the latest version (1.2.4) from there. We also added a version badge to the repo README so that it's easily visible what's the latest library version. Please let us know if you can't access it from MavenCentral.

Also, it looks like they decided to leave JCenter for read-only use indefinitely.

Edit: I forgot to mention that the new auth library version 1.2.4 does not contain any feature updates, the version was increased just for the purpose of releasing to MavenCentral.