mirror of https://github.com/grpc/grpc-java.git
README.md: fix version typo (#6976)
This commit is contained in:
parent
95b0550c59
commit
d605faafc3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue