Re-add jcenter() for now

It's still needed for a small number of dependencies.

PiperOrigin-RevId: 377303373
This commit is contained in:
olly 2021-06-03 17:19:37 +01:00 committed by bachinger
parent af4b891c99
commit c7290a9cf7

View File

@ -25,6 +25,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
if (it.hasProperty('externalBuildDir')) {
if (!new File(externalBuildDir).isAbsolute()) {