android-interop-testing: Avoid JRE Guava from Protobuf 22.3 upgrade

This fixes the interop test on API levels 19-23
This commit is contained in:
Eric Anderson 2023-04-19 16:36:30 -07:00
parent 8b9ae27cdf
commit 3c89aa191b
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ dependencies {
implementation (project(':grpc-services')) {
exclude group: 'com.google.protobuf'
exclude group: 'com.google.guava'
}
compileOnly libraries.javax.annotation