aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2018-06-30 09:46:35 -0700
committerGitHub <noreply@github.com>2018-06-30 09:46:35 -0700
commit5b59c696fca78c4ccfea3bcd296637332c167c69 (patch)
tree773d133a1f3bd079fc7d997a59eb00b332458946 /documentation
parent27a1c900a9dd63be89d5bafbad314c071b26a849 (diff)
downloadgrpc-grpc-java-5b59c696fca78c4ccfea3bcd296637332c167c69.tar.gz
documentation: update version in android-channel-builder.md (#4605)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/android-channel-builder.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/android-channel-builder.md b/documentation/android-channel-builder.md
index 00c41f082..0dd997617 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