diff --git a/android-interop-testing/build.gradle b/android-interop-testing/build.gradle index 7c353354d7..46de2741a8 100644 --- a/android-interop-testing/build.gradle +++ b/android-interop-testing/build.gradle @@ -83,6 +83,7 @@ dependencies { implementation (project(':grpc-services')) { exclude group: 'com.google.protobuf' + exclude group: 'com.google.guava' } compileOnly libraries.javax.annotation