Skip to content

replace jcenter() with mavenCentral() #22

@thatfiredev

Description

@thatfiredev

Looks like the android module on this codelab is still using jcenter() which has been recently sunset:

jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
}
}
allprojects {
repositories {
google()
jcenter()

The approach we've been taking on Android repos is to replace it with mavenCentral(): firebase/snippets-android@5b9f209
I think it would be nice to do it here too.

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