remove jcenter from build.gradle (#81633)

This commit is contained in:
Abhishek Ghaskata 2021-05-07 05:14:05 +05:30 committed by GitHub
parent 8d04c55577
commit 3fb28929bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,6 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
} }
dependencies { dependencies {
@ -23,12 +17,6 @@ allprojects {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
// TODO(jmagman): Remove with https://github.com/flutter/flutter/issues/78338
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
} }
} }