Skip to content

Remove deprecated jcenter() repository #32

Description

@mohanK22

Remove deprecated jcenter() repository

jcenter() is still used in android/build.gradle at lines 7 and 18.

JCenter has been deprecated for a long time, and the jcenter() API is removed in Gradle 9.x. This may cause build failures for projects consuming this plugin when they upgrade their Gradle version.

Please replace:

jcenter()

with expected:

mavenCentral()

Also verify that all required dependencies are available in Maven Central or Google Maven.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions