Skip to content

Android - Migrate plugin from JCenter to mavenCentral  #15

Closed
@youssef-t-carl

Description

@youssef-t-carl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions