Skip to content

Commit 7e94275

Browse files
authored
Do not use jcenter(), switch to mavenCentral() (flutter#28738)
1 parent 904623a commit 7e94275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/android_background_image/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.0.0'

testing/scenario_app/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
6+
mavenCentral()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.0.0'

0 commit comments

Comments
 (0)