Changed jcenter() -> gradlePluginPortal()

This commit is contained in:
Collin Smith 2021-05-28 15:33:30 -07:00
parent 0eea5e2793
commit 02d3f91992
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ dependencies {
repositories {
google()
jcenter()
gradlePluginPortal()
}
// build complains this dependency is not found otherwise

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
gradlePluginPortal()
google()
}