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 shutting down #208

Open
makvasic opened this issue Feb 4, 2021 · 8 comments
Open

JCenter is shutting down #208

makvasic opened this issue Feb 4, 2021 · 8 comments

Comments

@makvasic
Copy link

makvasic commented Feb 4, 2021

JCenter is getting shut down in May https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@sebasira
Copy link

Right now jCenter is down, I think it hast to be an error... where else can we find it?

@sebasira
Copy link

I'm using jitpack!

https://jitpack.io/#amitshekhariitbhu/Android-Debug-Database/v1.0.6

@Will5
Copy link

Will5 commented Mar 16, 2021

I already have jitpack.io in my project, but for some reason Android-Debug-Database is not working when I remove jcenter from the project. It looks like jitpack.io may be returning a 403 Forbidden? I might try it with an empty project later, but I also tried moving jitpack.io to the top and had the same result.

@sebasira
Copy link

You need to change the way you declare your dependency, when using jitpack. In this case it's like:

implementation 'com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6'

@Will5
Copy link

Will5 commented Mar 17, 2021

Thanks, you are right; I missed the addition of .Android-Debug-Database 🙂

@Kisty Kisty mentioned this issue Jul 29, 2021
@Sayum24
Copy link

Sayum24 commented Nov 26, 2021

Maybe update the readme then.

@Boxroma
Copy link

Boxroma commented May 25, 2022

'com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6'

It would be great to have the readme updated. Save someone else the hustle..

@sebasira
Copy link

sebasira commented May 26, 2022

VERY IMPORTANT notice about this

Never ever use implementation use debugImplementation. This silly mistake cost me my entire Google Play Developer account shutdown with all my apps. I try and try to reach to Google to amend this, but the bots consider my app as a malware (because of the DataBase access) and that's a violation to their Policy.

Of course my intention was never that, but even after many month of trying to reach a human being at Google, to explain and get back my developer account, I did not succeed.

If you are reading this and work at Google and want to lend me a hand on this, I would greatly appreciate it!

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