diff --git a/examples/android/clientcache/build.gradle b/examples/android/clientcache/build.gradle index 2075f4cc7a..436383e227 100644 --- a/examples/android/clientcache/build.gradle +++ b/examples/android/clientcache/build.gradle @@ -18,6 +18,9 @@ allprojects { repositories { google() jcenter() + // Some grpc-java releases may be missing in JCenter. + // See https://github.com/grpc/grpc-java/issues/5782 + mavenCentral() mavenLocal() } } diff --git a/examples/android/helloworld/build.gradle b/examples/android/helloworld/build.gradle index 2075f4cc7a..436383e227 100644 --- a/examples/android/helloworld/build.gradle +++ b/examples/android/helloworld/build.gradle @@ -18,6 +18,9 @@ allprojects { repositories { google() jcenter() + // Some grpc-java releases may be missing in JCenter. + // See https://github.com/grpc/grpc-java/issues/5782 + mavenCentral() mavenLocal() } } diff --git a/examples/android/routeguide/build.gradle b/examples/android/routeguide/build.gradle index 4003a2cedb..cafba46c04 100644 --- a/examples/android/routeguide/build.gradle +++ b/examples/android/routeguide/build.gradle @@ -18,6 +18,9 @@ allprojects { repositories { google() jcenter() + // Some grpc-java releases may be missing in JCenter. + // See https://github.com/grpc/grpc-java/issues/5782 + mavenCentral() mavenLocal() } } diff --git a/examples/android/strictmode/build.gradle b/examples/android/strictmode/build.gradle index 2075f4cc7a..436383e227 100644 --- a/examples/android/strictmode/build.gradle +++ b/examples/android/strictmode/build.gradle @@ -18,6 +18,9 @@ allprojects { repositories { google() jcenter() + // Some grpc-java releases may be missing in JCenter. + // See https://github.com/grpc/grpc-java/issues/5782 + mavenCentral() mavenLocal() } }