googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.22k stars 339 forks source link

Swap jcenter and mavenCentral order #491

Closed legionaryu closed 2 years ago

legionaryu commented 2 years ago

The jcenter is a Read-Only repository nowadays, and hence we should only use it only as a last resource. You can learn more about the jcenter deprecation here: https://developer.android.com/studio/build/jcenter-migration

legionaryu commented 2 years ago

I've just accepted the CLA, but I don't have any idea how to refresh the status on this PR, can someone help me?

chkuang-g commented 2 years ago

jcenter is removed in https://github.com/googlesamples/unity-jar-resolver/pull/494.

But thank you for the PR :)