diff --git a/engine/src/flutter/shell/platform/android/test_runner/build.gradle b/engine/src/flutter/shell/platform/android/test_runner/build.gradle index 704dc7c5b10..1cd44364bb3 100644 --- a/engine/src/flutter/shell/platform/android/test_runner/build.gradle +++ b/engine/src/flutter/shell/platform/android/test_runner/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { classpath "com.android.tools.build:gradle:7.0.0" @@ -10,7 +10,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } apply plugin: "com.android.library" diff --git a/engine/src/flutter/testing/android_background_image/android/build.gradle b/engine/src/flutter/testing/android_background_image/android/build.gradle index b726e7f12b0..51b93f95dc2 100644 --- a/engine/src/flutter/testing/android_background_image/android/build.gradle +++ b/engine/src/flutter/testing/android_background_image/android/build.gradle @@ -16,7 +16,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/engine/src/flutter/testing/scenario_app/android/build.gradle b/engine/src/flutter/testing/scenario_app/android/build.gradle index bbe6df5cf29..007f6343002 100644 --- a/engine/src/flutter/testing/scenario_app/android/build.gradle +++ b/engine/src/flutter/testing/scenario_app/android/build.gradle @@ -23,7 +23,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/engine/src/flutter/tools/cipd/android_embedding_bundle/build.gradle b/engine/src/flutter/tools/cipd/android_embedding_bundle/build.gradle index e93098cf2ed..6c255757f9b 100644 --- a/engine/src/flutter/tools/cipd/android_embedding_bundle/build.gradle +++ b/engine/src/flutter/tools/cipd/android_embedding_bundle/build.gradle @@ -12,7 +12,7 @@ def destinationDir = "lib" buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { classpath "com.android.tools.build:gradle:3.5.0" @@ -22,7 +22,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } }