aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f1c0560c..887415176 100644
--- a/README.md
+++ b/README.md
@@ -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