mirror of https://github.com/grpc/grpc-java.git
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:
parent
8b9ae27cdf
commit
3c89aa191b
|
|
@ -83,6 +83,7 @@ dependencies {
|
||||||
|
|
||||||
implementation (project(':grpc-services')) {
|
implementation (project(':grpc-services')) {
|
||||||
exclude group: 'com.google.protobuf'
|
exclude group: 'com.google.protobuf'
|
||||||
|
exclude group: 'com.google.guava'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOnly libraries.javax.annotation
|
compileOnly libraries.javax.annotation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue