Do not use jcenter(), switch to mavenCentral() (flutter/engine#28738)

This commit is contained in:
Dan Field 2021-09-20 14:26:52 -07:00 committed by GitHub
parent b3623fffc6
commit 2e28909bb8
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'

View File

@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'