aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-08-27 17:21:46 -0700
committerGitHub <noreply@github.com>2018-08-27 17:21:46 -0700
commit28d44ae46db412e614e502211fd74fe6194997a1 (patch)
tree89030eaadaa9e560abe3d090b0ccf2c700987232 /documentation
parent7b126b00a0f02a3d244ad6065b0fdb7ffebe4115 (diff)
downloadgrpc-grpc-java-28d44ae46db412e614e502211fd74fe6194997a1.tar.gz
Start 1.16.0 development cycle (#4803)
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 ef4f4c91f..cd316b4c8 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.15.0' // CURRENT_GRPC_VERSION
-compile 'io.grpc:grpc-okhttp:1.15.0' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-android:1.16.0' // CURRENT_GRPC_VERSION
+compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
```
You will also need permission to access the device's network state in your