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) { diff --git a/pubspec.yaml b/pubspec.yaml index 129cd8a..581f32e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,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 ffi: ^1.1.2 path: ^1.8.0