Merge pull request #791 from ened/jcenter

Migrate jcenter pointers to mavenCentral
This commit is contained in:
Miguel Ruivo 2021-08-11 09:50:02 +01:00 committed by GitHub
commit 803e47d8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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()
}
}

View File

@ -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) {

View File

@ -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