Skip to content

Remove out of date repositories jcenter() #416

Description

@kaitotokyo

File :
https://github.com/qonversion/flutter-sdk/blob/develop/android/build.gradle

 repositories {
        google()
        mavenCentral()
        jcenter()
    }

rootProject.allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter()
        mavenLocal()
    }
}

JCenter artifact repository used by many Android projects, made JCenter a read-only repository on March 31, 2021.
https://developer.android.com/build/jcenter-migration

Please remove the jcenter()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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