From 8bc281ccd9bfbdca2801bf36d4a5221a569cbdb6 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Wed, 4 Aug 2021 10:46:11 +0100 Subject: [PATCH 1/2] move from jcenter->mavenCentral in core plugin --- android/build.gradle | 4 ++-- example/android/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b3f0f0d..ec927d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ version '1.0-SNAPSHOT' buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -15,7 +15,7 @@ buildscript { rootProject.allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/example/android/build.gradle b/example/android/build.gradle index f6b8d82..21eb659 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -12,7 +12,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } gradle.projectsEvaluated { tasks.withType(JavaCompile) { From cb8c2091e25b7a5df766f486ddbe8c8c5fd9ff15 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Wed, 4 Aug 2021 10:46:26 +0100 Subject: [PATCH 2/2] bump flutter_plugin_android_lifecycle for jcenter->mavenCentral migration as well --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index df7bdbc..94a6f95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: flutter_web_plugins: sdk: flutter - flutter_plugin_android_lifecycle: ^2.0.0 + flutter_plugin_android_lifecycle: ^2.0.2 plugin_platform_interface: ^2.0.0 environment: