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

Android - Migrate plugin from JCenter to mavenCentral #15

Closed
youssef-t-carl opened this issue Aug 12, 2024 · 1 comment
Closed

Android - Migrate plugin from JCenter to mavenCentral #15

youssef-t-carl opened this issue Aug 12, 2024 · 1 comment

Comments

@youssef-t-carl
Copy link

Hello,

First of all, I would like to thank you for this package.

Currently, JCenter will be shutdown on August 15th: https://jfrog.com/blog/jcenter-sunset/
JCenter will redirect to Maven starting on August 15th.

I think it would be better if this package looks for the dependency on mavenCentral instead of pointing on JCenter.
In android/build.gradle, we would have

    repositories {
        google()
        mavenCentral()
    }

instead of

    repositories {
        google()
        jcenter()
    }

For now, Android builds fail on CI because the dependency is on JCenter and the redirection is going to work starting on August 15th. Locally, it may work if all dependencies are in the cache.

Thanks

@danielkono
Copy link
Collaborator

closing with 1.1.0

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