ongakuer / CircleIndicator

A lightweight indicator like in nexus 5 launcher
Apache License 2.0
4.27k stars 714 forks source link

Move away from jcenter since it'll be shutdown on May 1st 2021 #151

Closed tfcporciuncula closed 3 years ago

tfcporciuncula commented 3 years ago

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

This is unfortunate, but there's not much we can do other than moving away from it.

leandrofavarin commented 3 years ago

And here's a couple of links that might be helpful for migration:

chrisharris77 commented 3 years ago

Note that February 28th 2021 is the last date that new artifacts can be published to JCenter, so if there are any new releases planned this could need to be done sooner than May 1st 2021.

ongakuer commented 3 years ago

Completed! Thanks for reminding

Daphne-CoffeeIT commented 3 years ago

What version did you migrate to Maven? Because for me JCenter is still being used. I tried me.relex:circleindicator:2.1.4 and me.relex:circleindicator:2.1.6. I can only find older versions here: https://mvnrepository.com/artifact/me.relex/circleindicator.

ongakuer commented 3 years ago

wait for 1 or 2 hours

Daphne-CoffeeIT commented 3 years ago

Thanks for the fast response! I'll try again in a few hours 🙂

ongakuer commented 3 years ago

@DaphnevdVeeke
It can be used. Do not forget to add mavenCentral() https://repo1.maven.org/maven2/me/relex/circleindicator/2.1.6/

Daphne-CoffeeIT commented 3 years ago

Thanks for the update! It seems like waiting a bit worked, because now it's actually using Maven 🙌