We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1e883 commit aa33c59Copy full SHA for aa33c59
README.md
@@ -49,10 +49,10 @@ compile 'io.grpc:grpc-stub:0.15.0'
49
```
50
51
For Android client, use `grpc-okhttp` instead of `grpc-netty` and
52
-`grpc-protobuf-nano` or `grpc-protobuf-lite` instead of `grpc-protobuf`:
+`grpc-protobuf-lite` or `grpc-protobuf-nano` instead of `grpc-protobuf`:
53
```gradle
54
compile 'io.grpc:grpc-okhttp:0.15.0'
55
-compile 'io.grpc:grpc-protobuf-nano:0.15.0'
+compile 'io.grpc:grpc-protobuf-lite:0.15.0'
56
compile 'io.grpc:grpc-stub:0.15.0'
57
58
0 commit comments