commit | d605faafc39d1bf6568a1016364fee5b77c7c02c | [log] [tgz] |
---|---|---|
author | Jihun Cho <jihuncho@google.com> | Fri Apr 24 09:53:56 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 24 09:53:56 2020 -0700 |
tree | 8bc6a52e91855f35d1c99a634a58979db5accae1 | |
parent | 95b0550c591f6398593e712635bade46b6832106 [diff] |
README.md: fix version typo (#6976)
diff --git a/README.md b/README.md index 8f1c056..8874151 100644 --- a/README.md +++ b/README.md
@@ -60,7 +60,7 @@ ```gradle implementation 'io.grpc:grpc-netty-shaded:1.29.0' implementation 'io.grpc:grpc-protobuf:1.29.0' -implementation 'io.grpc:grpc-stub:1.20.0' +implementation 'io.grpc:grpc-stub:1.29.0' ``` For Android client, use `grpc-okhttp` instead of `grpc-netty-shaded` and