doc: Favor implementation to compile in documentation

This is a complement of #5914
This commit is contained in:
ZHANG Dapeng 2019-07-08 17:17:49 -07:00 committed by GitHub
parent b8d72466dd
commit cc13f74065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and
`grpc-okhttp`: `grpc-okhttp`:
``` ```
compile 'io.grpc:grpc-android:1.23.0' // CURRENT_GRPC_VERSION implementation 'io.grpc:grpc-android:1.23.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:1.23.0' // CURRENT_GRPC_VERSION implementation 'io.grpc:grpc-okhttp:1.23.0' // CURRENT_GRPC_VERSION
``` ```
You will also need permission to access the device's network state in your You will also need permission to access the device's network state in your