mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Re-add jcenter() for now
It's still needed for a small number of dependencies. PiperOrigin-RevId: 377303373
This commit is contained in:
parent
af4b891c99
commit
c7290a9cf7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
if (it.hasProperty('externalBuildDir')) {
|
if (it.hasProperty('externalBuildDir')) {
|
||||||
if (!new File(externalBuildDir).isAbsolute()) {
|
if (!new File(externalBuildDir).isAbsolute()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue