Skip to content

Commit aa33c59

Browse files
committed
Slightly encourage more use of lite, instead of nano
This is basically a continuation of 4b17a2e
1 parent 5e1e883 commit aa33c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ compile 'io.grpc:grpc-stub:0.15.0'
4949
```
5050

5151
For Android client, use `grpc-okhttp` instead of `grpc-netty` and
52-
`grpc-protobuf-nano` or `grpc-protobuf-lite` instead of `grpc-protobuf`:
52+
`grpc-protobuf-lite` or `grpc-protobuf-nano` instead of `grpc-protobuf`:
5353
```gradle
5454
compile 'io.grpc:grpc-okhttp:0.15.0'
55-
compile 'io.grpc:grpc-protobuf-nano:0.15.0'
55+
compile 'io.grpc:grpc-protobuf-lite:0.15.0'
5656
compile 'io.grpc:grpc-stub:0.15.0'
5757
```
5858

0 commit comments

Comments
 (0)