examples: add mavenCentral for android example's dependency repository (#7293)

This commit is contained in:
Chengyuan Zhang 2020-08-07 16:59:47 +00:00 committed by GitHub
parent b749cb6210
commit 47301752b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,9 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
// Some grpc-java releases may be missing in JCenter.
// See https://github.com/grpc/grpc-java/issues/5782
mavenCentral()
mavenLocal() mavenLocal()
} }
} }

View File

@ -18,6 +18,9 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
// Some grpc-java releases may be missing in JCenter.
// See https://github.com/grpc/grpc-java/issues/5782
mavenCentral()
mavenLocal() mavenLocal()
} }
} }

View File

@ -18,6 +18,9 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
// Some grpc-java releases may be missing in JCenter.
// See https://github.com/grpc/grpc-java/issues/5782
mavenCentral()
mavenLocal() mavenLocal()
} }
} }

View File

@ -18,6 +18,9 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
// Some grpc-java releases may be missing in JCenter.
// See https://github.com/grpc/grpc-java/issues/5782
mavenCentral()
mavenLocal() mavenLocal()
} }
} }