Skip to content

Commit

Permalink
update to latest version of grpc-java, which fixes ARM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 16, 2021
1 parent dfc8226 commit b9986f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

ext {
grpcVersion = '1.29.0' // CURRENT_GRPC_VERSION
grpcVersion = '1.36.0' // CURRENT_GRPC_VERSION
protobufVersion = '3.11.0'
kotlinVersion = '1.3.61'
coroutinesVersion = '1.3.3'
Expand Down

0 comments on commit b9986f1

Please sign in to comment.