From 5b59c696fca78c4ccfea3bcd296637332c167c69 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Sat, 30 Jun 2018 09:46:35 -0700 Subject: [PATCH] documentation: update version in android-channel-builder.md (#4605) --- RELEASING.md | 1 + documentation/android-channel-builder.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 665175bf05..219ac5aa51 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -67,6 +67,7 @@ $ VERSION_FILES=( android-interop-testing/app/build.gradle core/src/main/java/io/grpc/internal/GrpcUtil.java cronet/build.gradle + documentation/android-channel-builder.md examples/build.gradle examples/pom.xml examples/android/clientcache/app/build.gradle diff --git a/documentation/android-channel-builder.md b/documentation/android-channel-builder.md index 00c41f0828..0dd9976173 100644 --- a/documentation/android-channel-builder.md +++ b/documentation/android-channel-builder.md @@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and `grpc-okhttp`: ``` -compile 'io.grpc:grpc-android:1.12.0' // CURRENT_GRPC_VERSION -compile 'io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION +compile 'io.grpc:grpc-android:1.14.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