mirror of https://github.com/grpc/grpc-java.git
documentation: update version in android-channel-builder.md (#4605)
This commit is contained in:
parent
27a1c900a9
commit
5b59c696fc
|
|
@ -67,6 +67,7 @@ $ VERSION_FILES=(
|
||||||
android-interop-testing/app/build.gradle
|
android-interop-testing/app/build.gradle
|
||||||
core/src/main/java/io/grpc/internal/GrpcUtil.java
|
core/src/main/java/io/grpc/internal/GrpcUtil.java
|
||||||
cronet/build.gradle
|
cronet/build.gradle
|
||||||
|
documentation/android-channel-builder.md
|
||||||
examples/build.gradle
|
examples/build.gradle
|
||||||
examples/pom.xml
|
examples/pom.xml
|
||||||
examples/android/clientcache/app/build.gradle
|
examples/android/clientcache/app/build.gradle
|
||||||
|
|
|
||||||
|
|
@ -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.12.0' // CURRENT_GRPC_VERSION
|
compile 'io.grpc:grpc-android:1.14.0' // CURRENT_GRPC_VERSION
|
||||||
compile 'io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
|
compile 'io.grpc:grpc-okhttp:1.14.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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue