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

JCenter is dead #26

Open
rhenwinch opened this issue Jun 21, 2022 · 7 comments
Open

JCenter is dead #26

rhenwinch opened this issue Jun 21, 2022 · 7 comments

Comments

@rhenwinch
Copy link

Request to replace JCenter repository and move it onto a new one because I can't seem to import it
image

@nsi-cyber
Copy link

any fix?

@rhenwinch
Copy link
Author

any fix?

Author isn't replying anymore so I just made my own calendar using recyclerview and adapter

@adrict99
Copy link

@nsi-cyber @rhenwinch add jcenter() before mavenCentral() in both repositories sections in settings.gradle. Worked for me, it appears to be based on an outdated implementation.

@kelalaka153
Copy link

It is read-only and we can access it by

repositories {
    maven { url = uri("https://jcenter.bintray.com") }

@bhagyae5308
Copy link

maven { url = uri("https://jcenter.bintray.com") }

This doesn't work anymore. Getting Failed to resolve: com.michalsvec:single-row-calednar:1.1.0 error while adding in new projects. Anyone having similar issue ?

@rhenwinch
Copy link
Author

I'd suggest to either make your own implementation or fork the repo then publish it in jitpack.io

@bhagyae5308
Copy link

I'd suggest to either make your own implementation or fork the repo then publish it in jitpack.io

ok, just having a doubt will it not have an issue while uploading the App in playstore given google change of policies.

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

5 participants