aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2018-07-18 10:48:04 -0700
committerGitHub <noreply@github.com>2018-07-18 10:48:04 -0700
commit4335445d9820b89d409c6e15b55d16d69e19c9d9 (patch)
tree3f4483f48ec5c0f10edea564db09bc3a44cab9ba /documentation
parentf013771bd11bc5c3e1cb71705775ff6c62883acd (diff)
downloadgrpc-grpc-java-4335445d9820b89d409c6e15b55d16d69e19c9d9.tar.gz
Start 1.15.0 development cycle (#4650)
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 0dd997617..ef4f4c91f 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.14.0' // CURRENT_GRPC_VERSION
-compile 'io.grpc:grpc-okhttp:1.14.0' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-android:1.15.0' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-okhttp:1.15.0' // CURRENT_GRPC_VERSION
```
You will also need permission to access the device's network state in your