README.md: fix version typo (#6976)

This commit is contained in:
Jihun Cho 2020-04-24 09:53:56 -07:00 committed by GitHub
parent 95b0550c59
commit d605faafc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Or for Gradle with non-Android, add to your dependencies:
```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