-
Notifications
You must be signed in to change notification settings - Fork 177
Upgrade grpc-java and protobuf #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Fixes #285 |
So gRPC 1.41.0 causes one of the tests to fail (which is hard to reproduce locally): And gRPC 1.38 has upgraded it's guava android dependency to one that is JDK 1.8. So it seems if we want to go above gRPC 1.37.1 it is time to bump our minimum JDK to 1.8. I think what we should do is close this PR and aim for another one that bumps everything to the latest. |
No description provided.