-
Notifications
You must be signed in to change notification settings - Fork 625
update grpc version #2788
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
update grpc version #2788
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (10e86cf1) is created by Prow via merging commits: e1f356a 7352027. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (10e86cf1) is created by Prow via merging commits: e1f356a 7352027. |
/retest |
1 similar comment
/retest |
build.gradle
Outdated
@@ -46,7 +46,7 @@ ext { | |||
playServicesVersion = '16.0.1' | |||
supportAnnotationsVersion = '28.0.0' | |||
googleTruthVersion = '0.45' | |||
grpcVersion = '1.28.0' | |||
grpcVersion = '1.38.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to go all the way to 1.41.0?
@@ -57,7 +57,7 @@ android { | |||
compileSdkVersion project.targetSdkVersion | |||
defaultConfig { | |||
targetSdkVersion project.targetSdkVersion | |||
minSdkVersion project.minSdkVersion | |||
minSdkVersion 19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidmotson: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
No description provided.