Skip to content

Commit cc13f74

Browse files
authored
doc: Favor implementation to compile in documentation
This is a complement of #5914
1 parent b8d7246 commit cc13f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/android-channel-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and
3636
`grpc-okhttp`:
3737

3838
```
39-
compile 'io.grpc:grpc-android:1.23.0' // CURRENT_GRPC_VERSION
40-
compile 'io.grpc:grpc-okhttp:1.23.0' // CURRENT_GRPC_VERSION
39+
implementation 'io.grpc:grpc-android:1.23.0' // CURRENT_GRPC_VERSION
40+
implementation 'io.grpc:grpc-okhttp:1.23.0' // CURRENT_GRPC_VERSION
4141
```
4242

4343
You will also need permission to access the device's network state in your

0 commit comments

Comments
 (0)