Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from jcenter #12

Open
theblackwidower opened this issue May 24, 2021 · 3 comments
Open

Move from jcenter #12

theblackwidower opened this issue May 24, 2021 · 3 comments

Comments

@theblackwidower
Copy link
Contributor

Don't know if you're aware of this, but the jcenter repository is being shut down. It's still up for the moment, but I'm pretty sure a future version of gradle will stop supporting it. At least, that's what all the alerts I'm getting are telling me. And you're the only library in my project that only available there. So I'm suggesting you upload the API library somewhere else, like Maven Central, so people can still use it.

@RikkaW
Copy link
Member

RikkaW commented Jun 26, 2021

I'm aware of this before. However, this project needs some updates first, such add NotoSansCJK-VF, support Android's FontProvider API, etc. I'm currently busy doing other projects. I'll update this project once I have more free time.

@theblackwidower
Copy link
Contributor Author

Well, currently, I tried compiling my app, and I keep getting warnings that the library now no longer exists.

Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find api-10.aar (moe.shizuku.fontprovider:api:10).

I investigated a bit and it looks like JCenter was taken offline completely and now all requests redirect to repo1.maven.org. And since the fontprovider library isn't on that server, it just sends a 404 error. I don't know what to do about it, short of rewriting all my code to remove all references to the FontProvider, which is more than I want to do at the moment.

@theblackwidower
Copy link
Contributor Author

Would it be possible for you to upload the compiled version here? And then I could add it to my project locally. I might be able to compile it on my own, but I'm pretty sure that would mean it wouldn't interact with the app on Google Play, due to security issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants