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

replace jcenter() with mavenCentral() #22

Open
thatfiredev opened this issue May 17, 2022 · 1 comment
Open

replace jcenter() with mavenCentral() #22

thatfiredev opened this issue May 17, 2022 · 1 comment

Comments

@thatfiredev
Copy link

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.

@ditman
Copy link
Member

ditman commented May 17, 2022

Yes, we've had to do this with other repos!

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