-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
Well, currently, I tried compiling my app, and I keep getting warnings that the library now no longer exists.
I investigated a bit and it looks like JCenter was taken offline completely and now all requests redirect to |
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. |
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.
The text was updated successfully, but these errors were encountered: