documentation: update version in android-channel-builder.md (#4605)

This commit is contained in:
Eric Gribkoff 2018-06-30 09:46:35 -07:00 committed by GitHub
parent 27a1c900a9
commit 5b59c696fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

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.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